ElectricEel
Programmer
I have a database that is randomly reset back to single user mode after my maintenance plan execs. I've checked all the logs and they come up clean. Any Ideas?
Is there command line utility to reset SQL server in the AM?
e.g. exec sp_dboption 'Database_name', 'single user', false
Or do i need to go through a full restart of SQL server each morning? Which may not guarantee the database is reset since I'm not sure where the server is being tripped into single user.
Thanks!
Is there command line utility to reset SQL server in the AM?
e.g. exec sp_dboption 'Database_name', 'single user', false
Or do i need to go through a full restart of SQL server each morning? Which may not guarantee the database is reset since I'm not sure where the server is being tripped into single user.
Thanks!