.Net best approach SQL Server 2008 incremental update based on up to date version
Posted
by MicMit
on Stack Overflow
See other posts from Stack Overflow
or by MicMit
Published on 2010-05-21T13:25:41Z
Indexed on
2010/05/21
13:30 UTC
Read the original article
Hit count: 220
ADO.NET
|sql-server-2008
Assuming daily certain up to date database is produced via loading from various sources. Changes need to be applied to historical database based on uid, new records will added , non existing will be softly deleted , some will be updated. Is Ado.Net and Sql statements the most appropriate technology for the task like this ?
© Stack Overflow or respective owner