Ok so I have a simple question about change tracking. Currently our ETL harvests data from roughly 100 tables on a single database. If we were to enable change tracking on these tables is there an easy way to tell which tables have new changes since the last sync without looping or cursoring through each of the tables using the CHANGETABLE function?
The reason I ask is we want to limit the objects we are touching to only the tables that have changes so it would be useless to us if we had to check each table every run.
Thanks!