HI there,
It would be great if there was some way to specify extra select where clauses that are executed on the source tables, either globally or for specific tables.
We have a ms sql server db with some huge tables, and the db seems to hang when trying to run a select across the whole table. We dont even need all the data, it would be great to just select rows that have been updated in the last year for certain tables...
Thanks.