sql server 2008 - How to build a database that contain only the delta from yesterday -


i need know has been changed on database since last night. possible extract data ldf file , build new database contains delta?

for example, let have table users , now, new user added , 1 of users update home address. need able build new database users table contain 2 records 1. new user (and add new column know if it’s new or update field) 2. user update record (it nice know record has been update)?

btw, have sql servers can use (2008 , 2012)

thanks in advance.

i suggest @ "change data capture" feature: http://technet.microsoft.com/en-us/library/cc645937.aspx

this feature available sql server enterprise edition.
or try codeplex project sql server standard edition: https://standardeditioncdc.codeplex.com/


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -