I need to know the ids of inserted,updated,deleted in Microsoft Sql Database 2012 with dates -
i want sync local db microsoft sql database need know ids of added records , updated , deleted records after last sync date, mean have last sync date , need these ids after date microsoft sql server store information in logs or anywhere ?
this isn't logged anywhere default unless either create mechanism store information or perhaps use change data capture documented here:
this allows sql server track data changes in table , exposes changes via functions can call retrieve data has changed each sync.
Comments
Post a Comment