I need to know which are the tables changed in the database using change tracking. Is there any table where i can find the last updated tables with the commit id?
I can use select * from CHANGETABLE(CHANGES taitemnames,25262)ct order by sys_change_version desc but this requires me to run it once for every table to check for changes.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I'm not familiar with this feature, but if your issue is how to query multiple tables using
You could combine this with an |
|||
|
|