Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SQL SERVER2005-DeveloperEdition

 
   Database Forums (Home) -> MSDE RSS
Next:  [Info-Ingres] Ingres 2006 Net Enterprise Edition  
Author Message
AlinaFlorence

External


Since: Dec 17, 2007
Posts: 1



(Msg. 1) Posted: Mon Dec 17, 2007 3:50 am
Post subject: SQL SERVER2005-DeveloperEdition
Archived from groups: microsoft>public>sqlserver>msde (more info?)

I have installed SQL2005 Dev.Edition. But its showing the version 8.0 and it
is not the version 9.0. The problem is only SQL SERVER2000 queries are
working and not SQL2005.
May anyone help me out?

 >> Stay informed about: SQL SERVER2005-DeveloperEdition 
Back to top
Login to vote
Russell Fields

External


Since: Feb 21, 2007
Posts: 457



(Msg. 2) Posted: Mon Dec 17, 2007 9:17 am
Post subject: Re: SQL SERVER2005-DeveloperEdition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Alina Florence,

I would assume that your mean your database is showing version 8.0, not the
server itself. If that is correct,the run the following command:

sp_dbcmptlevel @dbname = 'Your80Database', @new_cmptlevel = 90

You can also set this property from Management Studio by editing the
database properties, go to the options panel, and set the compatibility
level there.

RLF

"AlinaFlorence" wrote in message

>I have installed SQL2005 Dev.Edition. But its showing the version 8.0 and
>it
> is not the version 9.0. The problem is only SQL SERVER2000 queries are
> working and not SQL2005.
> May anyone help me out?

 >> Stay informed about: SQL SERVER2005-DeveloperEdition 
Back to top
Login to vote
William Vaughn

External


Since: Jul 17, 2007
Posts: 94



(Msg. 3) Posted: Mon Dec 17, 2007 10:20 am
Post subject: Re: SQL SERVER2005-DeveloperEdition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Russel is right, but be aware that this is a ONE WAY conversion--you can't
change it back. Changing the compatibility level will also trigger a series
of operations that will find the version 8 (SQL Server 2000) to version 9
(SQL Server 2005) issues and incompatibilites. These must be corrected
before the conversion will be permitted to complete.

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"Russell Fields" wrote in message

> Alina Florence,
>
> I would assume that your mean your database is showing version 8.0, not
> the server itself. If that is correct,the run the following command:
>
> sp_dbcmptlevel @dbname = 'Your80Database', @new_cmptlevel = 90
>
> You can also set this property from Management Studio by editing the
> database properties, go to the options panel, and set the compatibility
> level there.
>
> RLF
>
> "AlinaFlorence" wrote in message
>
>>I have installed SQL2005 Dev.Edition. But its showing the version 8.0 and
>>it
>> is not the version 9.0. The problem is only SQL SERVER2000 queries are
>> working and not SQL2005.
>> May anyone help me out?
>
>
 >> Stay informed about: SQL SERVER2005-DeveloperEdition 
Back to top
Login to vote
Russell Fields

External


Since: Feb 21, 2007
Posts: 457



(Msg. 4) Posted: Mon Dec 17, 2007 3:54 pm
Post subject: Re: SQL SERVER2005-DeveloperEdition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When a SQL Server 2000 database is restored or attached to a SQL Server 2005
server, the database is converted to 2005 format. So that part is not
reversible and the database cannot then be restored to a SQL Server 2000
server. The database compatibility level (80, 90) only controls how T-SQL
executes and some other rules are applied.

Therefore, the database can be switched back and forth between 80 and 90.
But there are some commands/syntax that only work in one of these versions,
so T-SQL will only work according to the compatibility level of the
database. (I have rolled some forward to 90 that I had to later roll back
because the (commercial) application was not fully ready for 90 mode.)

RLF

"William Vaughn" wrote in message

> Russel is right, but be aware that this is a ONE WAY conversion--you can't
> change it back. Changing the compatibility level will also trigger a
> series of operations that will find the version 8 (SQL Server 2000) to
> version 9 (SQL Server 2005) issues and incompatibilites. These must be
> corrected before the conversion will be permitted to complete.
>
> --
> __________________________________________________________________________
> William R. Vaughn
> President and Founder Beta V Corporation
> Author, Mentor, Dad, Grandpa
> Microsoft MVP
> (425) 556-9205 (Pacific time)
> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
> ____________________________________________________________________________________________
> "Russell Fields" wrote in message
>
>> Alina Florence,
>>
>> I would assume that your mean your database is showing version 8.0, not
>> the server itself. If that is correct,the run the following command:
>>
>> sp_dbcmptlevel @dbname = 'Your80Database', @new_cmptlevel = 90
>>
>> You can also set this property from Management Studio by editing the
>> database properties, go to the options panel, and set the compatibility
>> level there.
>>
>> RLF
>>
>> "AlinaFlorence" wrote in
>> message
>>>I have installed SQL2005 Dev.Edition. But its showing the version 8.0 and
>>>it
>>> is not the version 9.0. The problem is only SQL SERVER2000 queries are
>>> working and not SQL2005.
>>> May anyone help me out?
>>
>>
>
 >> Stay informed about: SQL SERVER2005-DeveloperEdition 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MSDE 2000 Release A - I am having problems installing the MSDE 2000 Release A on my Computer. I am not able to find the Microsoft SQL Server Program when I go to Start-Program. Can you please tell me a Simple Installation Process for MSDE 2000 Release A. Thanks.

Problem when installing Microsoft SQL Server Desktop Engine - Hi, We develop a CAM application which makes use of a SQL Server database. We used to ship our product with MSDE version 7.0, but we were having more and more problems with users who wanted to install the software on a Windows XP system. For these users...

SQL Server Service Manager - I installed an MSDE on a client machine and I have the service start each time the computer starts. The issue I am having is that the SQL Server Service Manager doesn't default to my MSDE instance ( cpuName\Database ). Is there somewhere that I can se...

Connecting from a remote Enterprise Manager - I have installed MSDE2000A and it is working perfectly on the local machine, but how do I connect from a remote Enterprise Manager? I keep on getting the message that either sql does not exist or access denied. How do I fix this? PLEASE HELP

Restore in SQL Server 2000 Desktop Engene (MSDE 2000) - Hello everybody, Im using SQL Server 2000 Desktop Engene (MSDE 2000) for the fist time, and see that it is quite different from the SQL Server 2000. My main problem is that i dont'n see how can i make a restore maked in the Enterprise of SQL Servre..
   Database Forums (Home) -> MSDE All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]