I have 9 SQL servers in a group. Eight of them back up to the ninth nightly. The ninth then backs up the DBs to file and finally to tape.
However, using DTS export from server 1 to server 9 I often get a failure error: [Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_Question_Conten_45BE5BA9'
Now, this only happens on two of more than 10 different DBs. I'm learning this as I go, but really need some help. What would be the appropriate steps to fix this or achieve my goal?
Thanks,
TRKneller
However, using DTS export from server 1 to server 9 I often get a failure error: [Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_Question_Conten_45BE5BA9'
Now, this only happens on two of more than 10 different DBs. I'm learning this as I go, but really need some help. What would be the appropriate steps to fix this or achieve my goal?
Thanks,
TRKneller