I am using SQL Server 8.0.
I have a corrupted table in my Production database.
I have a copy in my test database.
I don't know how to copy the exact table from test back into Production.
I tried to Drop table Table1
I get an error message "Could not drop object 'Table1' because it is referenced by a FOREIGN KEY constraint.
Does anyone know a way around this?
I have a corrupted table in my Production database.
I have a copy in my test database.
I don't know how to copy the exact table from test back into Production.
I tried to Drop table Table1
I get an error message "Could not drop object 'Table1' because it is referenced by a FOREIGN KEY constraint.
Does anyone know a way around this?