Merging Databases in C#

Anyone have a good source for understanding how to merge a database from a network drive with a local database Northwind(hard drive) -> SQL Database(server).

Answer this question

Merging Databases in C#

  • BruceLauzon

    Im not really into MSSQL. A friend of mine is, i'll ask him to read your post. Meanwhile maybe you could have a look at this link:

    http://www.databasejournal.com/features/mssql/article.php/3507171

    good luck!



  • ralfg

    Depends on what database you are trying to merge. You will never find a tutorial about 'how to merge databases' in the specific ways that it would meet your needs. Tell us more and mabye we can help you along the road.

  • dnelson MSFT

    I am basically reading a copy of a ms-sql database from a hard disk...then I am reading that database from the hard disk and merging it with a primary database.

    I am trying to figure out how to merge the database with the primary one. Basically, I want to add all the tables or any data from the secondary database and merge it into the primary. I just would love to know how to do that programmatically. I know how to do it with Enterprise...but how do you do it in C#


  • Lars Brange

    I saw that....thanks. Doesn't really answer the question. It isn't programatic....its using the wizard in the Enterprise edition. I know how to do that. I would love to see how it is done in C#.

    Thanks again, hope to hear from you friend!

    -M


  • Merging Databases in C#