views:

34

answers:

1

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 it?

+1  A: 

See if this helps: http://stackoverflow.com/questions/7237/does-running-a-sql-server-2005-database-in-compatibility-level-80-have-a-negative

Edit: Not mentioned in the other thread, I think this one is quite interesting as well: http://www.sqlmag.com/Article/ArticleID/49643/sql_server_49643.html

Frank Kalis