How to merger data from two sql databases that have a same structure ?
-
Hi everyone, I am writting an program in C#, that use SQL Server database. My program include a blank database (sample database) that allow users can create a new database. For example: - User 1 use my program to create a new database (DB1) on his computer, then he import/enter some data into DB1 - User 2 use my program to create a new database (DB2) on his computer, then he import/enter some data into DB2 Now, I have both two database (DB1, DB2). Do you know how to merge/combine two databases to have unique database that contain all users' data ? Can you help me ? Thank you very much, Tai
-
Hi everyone, I am writting an program in C#, that use SQL Server database. My program include a blank database (sample database) that allow users can create a new database. For example: - User 1 use my program to create a new database (DB1) on his computer, then he import/enter some data into DB1 - User 2 use my program to create a new database (DB2) on his computer, then he import/enter some data into DB2 Now, I have both two database (DB1, DB2). Do you know how to merge/combine two databases to have unique database that contain all users' data ? Can you help me ? Thank you very much, Tai
Follow the discussion: combining-2-sql-databases[^]