Re: SQL 2005 dbo user issue
From: Lazer (Lazer_at_discussions.microsoft.com)
Date: 11/09/05
- Previous message: Sophie Guo [MSFT]: "Re: Linked Servers"
- In reply to: Dan Guzman: "Re: SQL 2005 dbo user issue"
- Next in thread: Gail Erickson [MS]: "Re: SQL 2005 dbo user issue"
- Reply: Gail Erickson [MS]: "Re: SQL 2005 dbo user issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 9 Nov 2005 08:35:36 -0800
So there is no way for me to create a Database diagram on a SQL 2000 database
using SQL Server management studio 2005 even though that database diagrams is
not a new feature?
Thanks
"Dan Guzman" wrote:
> Although you can attach or restore a SQL 2000 database to SQL 2005, you
> can't go the other way regardless of the database compatibility level. To
> promote your SQL 2005 schema to SQL 2000, you'll need to generate and
> execute scripts (assuming you haven't used new SQL 2005 features).
>
> --
> Hope this helps.
>
> Dan Guzman
> SQL Server MVP
>
> "Lazer" <Lazer@discussions.microsoft.com> wrote in message
> news:A3335E6F-4868-436A-98DF-480D43C06F2D@microsoft.com...
> >I got the same error and this issue really helped me
> >
> > But my question is still if I will change the compatibility level and then
> > I
> > need to distribute this database to the production server using SQL 2000
> > server will it work?
> >
> > Thanks
> >
> > "TomT" wrote:
> >
> >> Sophie,
> >>
> >> Thanks. that did it the trick. I guess the error message I originally got
> >> needs to be changed to indicate the problem was with compatibility level,
> >> not
> >> db owner.
> >>
> >> thanks for your help.
> >>
> >> "Sophie Guo [MSFT]" wrote:
> >>
> >> > Hello Tom,
> >> >
> >> > Based on my further research, we can resolve the issue by setting the
> >> > compatibility level to "SQL Server 2005 (90)". You can perform the
> >> > following steps to change the compatibility level:
> >> >
> >> > 1. Right-click the database in the Management Studio.
> >> > 2. Select Properties > Options > Compatibility level to "SQL Server
> >> > 2005
> >> > (90)".
> >> >
> >> > I tested it on my side and it works fine. The cause is we can only add
> >> > diagrams to a SQL Server 2005 database. I hope the information is
> >> > helpful.
> >> >
> >> > Sophie Guo
> >> > Microsoft Online Partner Support
> >> >
> >> > Get Secure! - www.microsoft.com/security
> >> >
> >> > =====================================================
> >> > When responding to posts, please "Reply to Group" via your newsreader
> >> > so
> >> > that others may learn and benefit from your issue.
> >> > =====================================================
> >> > This posting is provided "AS IS" with no warranties, and confers no
> >> > rights.
> >> >
> >> >
>
>
>
- Previous message: Sophie Guo [MSFT]: "Re: Linked Servers"
- In reply to: Dan Guzman: "Re: SQL 2005 dbo user issue"
- Next in thread: Gail Erickson [MS]: "Re: SQL 2005 dbo user issue"
- Reply: Gail Erickson [MS]: "Re: SQL 2005 dbo user issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|