I went to upgrade my sql server to sp2. I get this error during the installation.
(red x)
One or more of your user databases have been marked as read only, offline, or suspect (not recovered). Correct the problem and restart setup.
It shouldn't be - SA is a member of Sysadmins, which means it can do pretty much whatever it likes.
If you want to try it out, change the dbowner back to SA (sp_changedbowner - look in Books on-line for more info.) perform the upgrade & then switch it back again.
Failing that, I suggest you do some checking using the database consistency checker:
DBCC CHECKDB <Database>
Again see BOL for more details.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.