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
Date criteria in Access 2007
How To Transpose A Access 2007 Query Result
KMS Server on WIndows 2008 r2
SQL #Tmp tables
why does this error come up and how can i solve it?
Collect Records then Scan Through to Store Times
What is the best site for learning with either books or videos
Stop comments from printing in Word 2007
Virtual Memory Errors
How do I import XML into Excel 2008 for Mac?