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.
+7
A:
Surpisingly, it's called sp_changedbowner
.
You can actually change it in SQL Server Management Studio
under Database / Properties / Files
Quassnoi
2009-02-19 15:20:12
+2
A:
Actually you can change it in SSMS, it's in the Files tab on the database properties.
SqlACID
2009-02-19 15:24:23