How to Merge two databases in one in SQL Server 2008?

Posted by SzamDev on Stack Overflow See other posts from Stack Overflow or by SzamDev
Published on 2010-04-04T15:21:16Z Indexed on 2010/04/04 16:03 UTC
Read the original article Hit count: 274

Filed under:
|

Hi

I have 2 PCs, each one of them has SQL Server 2008 installed on it and there is a database with data in it.

I need a way that I can move data in my DB from this SQL Server to another one (another PC which has the same DB)

  • move data from one PC to another one -

There is one problem, the ID column, because each DB in my 2 PCs has data in it so this column counts from 1,2,3,....... ( data will be conflict with other data in my DB )

Is there any way to solve my problem and move data successfully?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about database