/ Published in: SQL
Errors and Resolutions
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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