We are attemping to migrate a customer to a new server with SQL 2005 SP3. They are currently on SQL 2000 SP3. They have 11 dbs. We made SQL 2000 backups of all dbs. Then we successfully restored the dynamics db and 9 of the 11 dbs to the SQL 2005 server. Using Management Studio, we right click on databases and restore. The Progress indicator reaches 100%, but then we get an error that says:
Restored failed. System.Data.SqlClient.SQLError: Could not continue scan with NOLOCK due to data movement.
Next we tried restoring using a script. It gets to 100 percent processed. Then it reports how many pages it processed for the mdf and ldf files. Then it says 'converting db from version 539 to current version 611'. Then it says 'running the upgrade step from version 539 to version 551.' At that point, we get errors.
Msg 601 Level 12 State 3 Line 1
Could not continue scan with NOLOCK due to data movement
Msg 3167 Level 16 State 1 Line 1
Restore could not start database
Msg 3013 Level 16, State 1, Line 1
Restore database is terminating abnormally.
Ideas? Thanks!
Restored failed. System.Data.SqlClient.SQLError: Could not continue scan with NOLOCK due to data movement.
Next we tried restoring using a script. It gets to 100 percent processed. Then it reports how many pages it processed for the mdf and ldf files. Then it says 'converting db from version 539 to current version 611'. Then it says 'running the upgrade step from version 539 to version 551.' At that point, we get errors.
Msg 601 Level 12 State 3 Line 1
Could not continue scan with NOLOCK due to data movement
Msg 3167 Level 16 State 1 Line 1
Restore could not start database
Msg 3013 Level 16, State 1, Line 1
Restore database is terminating abnormally.
Ideas? Thanks!