/ Published in: SQL
Errors and Resolutions
Expand |
Embed | Plain Text
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
You need to login to post a comment.
