I have SQL 2005 databases.
I have deleted a row from one of them and want to get it back from another
database that was a backup of the row.
How do isnert it while preserving its id primary key identity field?
Can you give TSQL to do this
assume databases are called “tbrPdata” and “tbr0910” which is the backup?
Malcolm
Use SET IDENTITY_INSERT: