Compare Tables in different databases with ADO.Net 3.5

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-05-24T06:07:02Z Indexed on 2010/05/24 6:11 UTC
Read the original article Hit count: 207

Filed under:
|
|

I need to compare tables with the same names in different databases ( Sql Server 2008 ). How using C# code and ADO.Net to identify additions, deletions, updates. Is DataReader going to work in this scenario without stored procedures ? DataReader seems to be suitable for single database connection, or am I missing something ?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about ADO.NET