This is not a database backup error. Most likely, you have the 'Attempt to
repair any minor problem' checked. With that option on, the maintenance plan
may try to set the database into a single user mode. And if the database is
being used, it will not be able to. Generally, it is not a good idea to
enable that option.
Linchi
> Hi,
>
[quoted text clipped - 26 lines]
> Driver][SQL Server]sp_dboption command failed. Database needs to be in single
> user mode.
Socrates - 14 Jul 2008 20:50 GMT
thanks Linchi..your suggestion corrected the issue. thanks a million.
> This is not a database backup error. Most likely, you have the 'Attempt to
> repair any minor problem' checked. With that option on, the maintenance plan
[quoted text clipped - 34 lines]
> > Driver][SQL Server]sp_dboption command failed. Database needs to be in single
> > user mode.
Denny Cherry - 15 Jul 2008 20:14 GMT
If that error is comming up, your database may have minor errors which
need to be repaired. You should run DBCC CHECKDB and see what the
errors are.
Denny
>thanks Linchi..your suggestion corrected the issue. thanks a million.
>
[quoted text clipped - 36 lines]
>> > Driver][SQL Server]sp_dboption command failed. Database needs to be in single
>> > user mode.