Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-08-31 : 20:02:42
|
stacy writes "I am getting an error message in a scheduled job. The error says Backup, CHECKALLOC, bulk cop, Select into, and file maninpulation operations on a database must be serialized. Reissue the statement after the current backup , checkalloc, or file manipulation is completed. We do a backup of our entire server including the SQL server which was done last night. There is a scheduled job that tries to use the SQL server backup to backup the databases as well. It seems to always fail. This morning it seemed to be in limbo land so I stopped the job. I then tried to rerun the scheduled job and got the same error. My question is if there is no backup running why am I getting this error. Could it for some reason think the backup is still running since I stopped it. Is there something I can do so it doesn't think it running. Thanks in advance for your help."
|
|
|
|
|
|