I have two databases with identical tables structures. I need to merge the data in both databases without implementing merge replication. Can someone tell me what script to run that will compare the data in those tables? First I know the script has to search for data that doesn't exist in one table, the copy that over from the table that has extra rows. Thanks
Ammie
User Profile
Collapse
-
Merge data in SQL Server databases
-
-----
Where are you importing the database from? There are several options depending on the platform. You could backup and restore, detach and attach or use Data Transformation Services. All that depends on whether you're geting the data from another sql server, an oracle server, a flat file or etc....
ammie...
No activity results to display
Show More
Leave a comment: