How to Merge two databases in one in MS SQL Server 2008?
- by SzamDev
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?