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
 SQL Server 2005 Forums
 Express Edition and Compact Edition (2005)
 Express - Database Diagram Error

Author  Topic 

cshah1
Constraint Violating Yak Guru

347 Posts

Posted - 2006-02-27 : 10:14:46
Installed adventure works..and when creating a database diagram giving a message says that it does not have valid owner.

The adventure works database is in SQL 2005 compatibility mode.

mikewa
Microsoft SQL Server Product Team

84 Posts

Posted - 2006-02-27 : 12:04:36
What steps are you using to create a database diagram?

Regards,
Mike Wachal
SQL Express

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Go to Top of Page

cshah1
Constraint Violating Yak Guru

347 Posts

Posted - 2006-02-27 : 13:24:27
Open Management Studio Express tried right clicking on the Database Diagram (Under Adventure Works) and it immediately comes witha pop up says this database does not have a valid owner. I again check my compatibility mode by going to database properties -->options-->It is SQL Server 20005(90)
Go to Top of Page

cshah1
Constraint Violating Yak Guru

347 Posts

Posted - 2006-04-04 : 09:15:48
Just an update
I was able to fix this issue a while ago using

ALTER AUTHORIZATION ON DATABASE::database_name TO valid_login
Go to Top of Page
   

- Advertisement -