TysonLPrice
Programmer
I accidentally deleted a set of customer records from four tables. I copied the records from a backup I had and I want to insert them back into production maintaining the identity columns from the backup. I know I have to set the identity column to NO but can't find the syntax to insert all the rows from one table into another. The only examples I see are providing by the values. Anyone know how to do this.
I'm using SQL 2000.
I'm using SQL 2000.