How to generate script/stored procedure to copy data from one database to another
Posted
by aein
on Stack Overflow
See other posts from Stack Overflow
or by aein
Published on 2010-04-26T20:37:48Z
Indexed on
2010/04/26
20:43 UTC
Read the original article
Hit count: 142
sql-server
I had to restore may database to 1 day erlier, so My database is missing data from a day before, and this databse has been used by users since the restoration.
How do I generate script/stored procedure to copy just the missing data from the backup database into my current database.
There are PK and FK relationships that need to be considering. I'm using SQL server 2005
Thanks for your help.
Aein
© Stack Overflow or respective owner