November 29, 2006 at 11:09 am
Somehow a model database is now owned by a user rather than dbo (eventhough this should not be possible). I do not have a backup of this database. Is there any way to remedy this situation?
Thanks
Jon
November 29, 2006 at 11:29 am
Hi Jon,
I think you can change the owner of the "model" database like this:
1. Click on "model" database properties
2. Select the page "Files"
3. In "Owner", click on elipses (...) and here you can make the "sa" as owner of the database.
Hope this helps.
Thanks
Lucky
November 30, 2006 at 1:40 am
Hi,
Thanks for the response. This does not work as you are not allowed to change the owner of the model database throught Management Studio or using sp_changedbowner.
Jon
November 30, 2006 at 8:29 am
Database owner must be a login (e.g. sa etc). dbo is a predefined database user in db_owner role. By default dbo maps to the schema dbo.
November 30, 2006 at 9:25 am
Yes. I am trying to change the model db owner to 'sa' but am unable to do so because you cannot change the owner of the model db. It's current owner has somehow become an NT user account.
Any possible solutions would be much appreciated.
Thanks
Jon
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply