Return to Snippet

Revision: 39995
at January 24, 2011 20:16 by hairajeshk


Initial Code
Change from restriction mode to multiuser
if we are getting an error "Property owner is not available for database"

use DatabaseName
go
sp_changedbowner 'sa'
go

ALTER DATABASE database-name SET MULTI_USER

Initial URL


Initial Description
Errors and Resolutions

Initial Title
Errors and Resolutions

Initial Tags


Initial Language
SQL