Consequences to setting the db compatibility level to SQL Server 2000

  • Follow


We have a Sql Server 2005 DB. For whatever reason, the compatibility 
level (e.g. via sp_dbcmptlevel) is set to 80 (which is Sql Server 2000).

What are the consequences of that? Is there a performance penalty for my 
apps because of the compatibility level?

Regards
0
Reply Frank 1/28/2010 2:50:09 AM

Frank
No, it does not relate to performance, it does to the new features such as 
ROW_NUMBER() function that won't work



"Frank Rizzo" <none@none.net> wrote in message 
news:O7CsZS8nKHA.4648@TK2MSFTNGP06.phx.gbl...
> We have a Sql Server 2005 DB. For whatever reason, the compatibility level 
> (e.g. via sp_dbcmptlevel) is set to 80 (which is Sql Server 2000).
>
> What are the consequences of that? Is there a performance penalty for my 
> apps because of the compatibility level?
>
> Regards 


0
Reply Uri 1/28/2010 9:14:08 AM


Hi Frank,

Nops, there wont be any performance issue. But using the new features
of SQL Server 2005 in your code and architecture will increase the
performance of the database

--
Sriram
www.SQLLike.com
0
Reply yssr83 1/28/2010 9:43:42 AM

2 Replies
171 Views

(page loaded in 0.059 seconds)


Reply: