Re: Cannot add new Database Diagrams
- From: "Jasper Smith" <jasper_smith9@xxxxxxxxxxx>
- Date: Sat, 24 Dec 2005 17:32:17 -0000
Is this a new database or a copy of one from SQL2000? If it has been
restored/attached from SQL2000 you need to change the compatability level of
the database to 90 in order for diagrams to work.
EXEC sp_dbcmptlevel 'database name', '90'
--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
"kai" <kailiang@xxxxxxxxxxxxx> wrote in message
news:ocLqf.9416$nm.4026@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> Use SQL Servere 2005 Express. I try to add new database diagram but I get
> "This database doesn't have valid owner,...,Use ALTER AUTHENTICATION to
> setup dbo to valid database owner...". I login as dbo, please help how to
> resolve this .
>
> Thanks
>
> Kai
>
.
- Follow-Ups:
- Re: Cannot add new Database Diagrams
- From: kai
- Re: Cannot add new Database Diagrams
- References:
- Cannot add new Database Diagrams
- From: kai
- Cannot add new Database Diagrams
- Prev by Date: Re: Cannot login SQL Server with 'sa'
- Next by Date: Re: Cannot login SQL Server with 'sa'
- Previous by thread: Re: Cannot add new Database Diagrams
- Next by thread: Re: Cannot add new Database Diagrams
- Index(es):
Relevant Pages
|