Microsoft
Software
Hardware
Network
Question : SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
Recently we created a new domain and migrated all of the servers over to the new domain. After migrating our SQL 2005 sever, we are unable to access the properties of some of our databases in the Management studio.
We get the following error
Cannot show requested dialog.
Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
What can I do to fix the error and access the properties again?
Screen Shot Attached
Answer : SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
1-yes
2-in ssms select NEW QUERY from icons below the menu and in this window run the script
USE
yourdbnamemustbehere
EXEC sp_changedbowner 'sa'
Random Solutions
Find a Text in a cell and copy it to another cell.
Access 2003: shell command - quest 2
Drawing and Scolling in Windows C# - ClientRectangle? Paint?
Access 2007 Union Query With Linked Tables
Access Query Error: specified expression as part of an aggregate function
SQL Server 2005 Linked Server Oracle 9i Error message ORA-12154
Can't log into domain
monitor SQL
Microsoft MOLP licensing search
How to reference a control on a tab page that is not currently displayed