I have a sql server 2008 database, the code (now corrected) has accidently overwrite one column with wrong data about 50,000 rows
The rows might have changed since the backup, but the primary key is intact now I have two database one with correct data in one column and one with incorrect data.
Can anyone help with a script to recover this columns data.
You could use an
updatestatement to copy data from the restored database: