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:

change data capture

this allows sql server track data changes in table , exposes changes via functions can call retrieve data has changed each sync.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -