September 30, 2013 at 12:44 am
Hi ,
my full,dataintegrity,index optimization jobs failed with the below error Ö
Executed as user: NT AUTHORITY\SYSTEM. Database '****' is already open and can only have one user at a time. [SQLSTATE 42000] (Error 924) BACKUP DATABASE is terminating abnormally. [SQLSTATE 42000] (Error 3013). The step failed.
Thanks
September 30, 2013 at 12:52 am
u may first check if there is any Windows server level backup jobs running>??
like,, BackupExec
September 30, 2013 at 1:15 am
Thanks for the update >
I dont have indepth knowledge on windows.could you please suugest me how to check windows server level backup is running ..
September 30, 2013 at 1:16 am
Sounds as if your database is in single user mode.
SELECT user_access_desc
FROM master.sys.databases
WHERE name = '****'
John
September 30, 2013 at 4:10 am
Thanksjohn ,,
Dataabase in multiuser mode
September 30, 2013 at 4:45 am
The message implies that the database was in single user mode at the time the backup tried to run. Check for other jobs setting it to single user, check in the error logs to see if someone set it to single user.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply