Hello all,
Im having a slight complecation getting my data from one sqlserver 7 system to another. Here is the scenario:
We want to upgrade our DB server from NT4Svr/SQLSvr7 to Win2KSvr/SQLSvr7. In stead of doing an inplace upgrade, we are going to blow the box away and rebuild with 2K.
Naturaly we want to backup the data first so that we can restore it to the newly rebuilt server. The approach I thought about taking was to use the DTS to transfer the various DB's over to a temporary PC setup with SQL7. I selected the "Transfer objects and data between SQL Server 7.0 databases"
The problem is this: Everything appears to be going well, then right at the very end this error appears:
"Failed to transfer objects from MS SQL Server to MS SQL Server" ...then I click 'OK'.
and double click the item in the DTS status window and get this:
"[Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_PF_Actions_PF_Contracts'. The conflict occurred in database 'ContractsMngr', table 'PF_Contracts', column 'ActivityNumber'."
Any thoughts anyone? Or even better, does any have a better idea for getting the data et all on the newly rebuilt server?
Many thanks in advance!
Salim
Im having a slight complecation getting my data from one sqlserver 7 system to another. Here is the scenario:
We want to upgrade our DB server from NT4Svr/SQLSvr7 to Win2KSvr/SQLSvr7. In stead of doing an inplace upgrade, we are going to blow the box away and rebuild with 2K.
Naturaly we want to backup the data first so that we can restore it to the newly rebuilt server. The approach I thought about taking was to use the DTS to transfer the various DB's over to a temporary PC setup with SQL7. I selected the "Transfer objects and data between SQL Server 7.0 databases"
The problem is this: Everything appears to be going well, then right at the very end this error appears:
"Failed to transfer objects from MS SQL Server to MS SQL Server" ...then I click 'OK'.
and double click the item in the DTS status window and get this:
"[Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_PF_Actions_PF_Contracts'. The conflict occurred in database 'ContractsMngr', table 'PF_Contracts', column 'ActivityNumber'."
Any thoughts anyone? Or even better, does any have a better idea for getting the data et all on the newly rebuilt server?
Many thanks in advance!
Salim