Replace table of one database with other

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-04-23T06:57:47Z Indexed on 2010/04/23 7:03 UTC
Read the original article Hit count: 165

Filed under:
|

I have 2 databases with same tables. DBProduction and DBLocal both have testTable. How can i replace testTable of DBProduction with of DBLocal? There are some new rows inserted and some updated rows in testTable of DBLocal.

Using SQL Server 2008

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server