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
What workarounds are available to paste an image into a sharepoint list form
Locked out of SBS 2008
Add/Remove programs display has large gap in listling ?
Compare two tables and record calculated value in query
what is the difference between utf-8 or utf-7 both are unicode
SBS 2008 Error messages
Connecting a remote server (Windows 2000) to a remote main server (Windows 2003 Standard)
how can i put a username and password of ms access dtabase?
Clear Orderby on exit of form
How do I use a user-defined function in Access