How to Merge two databases in one in MS 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 15:23 UTC
Read the original article Hit count: 210

Filed under:
|

Hi

I have 2 PCs, each one of them has MS 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 MS SQL Server to another one (another PC which has the same DB)

  • move data from one PC to another one -

There is one proplem, 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 proplem and move data successfully?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about database