Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Can't install Database Diagrams in SQL Express

Author  Topic 

Rock_query
Yak Posting Veteran

55 Posts

Posted - 2013-04-02 : 18:16:01
I am using the AdventureWorks2012 database in SQL Express on my PC.

Under the AdventureWorks2012 folder, I expanded the folder called Database Diagrams and I received an error message:

"Database diagram support objects cannot be installed because this database doesn't have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects."

What does all this mean, and how do I get the Database Diagrams to appear so I can see how all the tables are interconnected?

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-04-02 : 20:51:50
Try doing what the error message is telling you. Go to the database properties and set an owner for the database.
Go to Top of Page

valtine
Starting Member

1 Post

Posted - 2013-12-09 : 13:37:52
I have the same problem. When I checked the Files page of the Database properties I've seen that my username is there as an owner.

Could you explain please the second part of this error message?
thx.
Go to Top of Page
   

- Advertisement -