vote up 2 vote down star

In management studio you can see the owner under properties but it won't let you change it. My guess is there's some stored procedure to change it and you can't do it through the gui.

flag

75% accept rate

2 Answers

vote up 7 vote down check

Surpisingly, it's called sp_changedbowner.

You can actually change it in SQL Server Management Studio under Database / Properties / Files

link|flag
vote up 2 vote down

Actually you can change it in SSMS, it's in the Files tab on the database properties.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.