Does running a SQL Server 2005 database in compatibility level 80 have a negative impact on performa
        Posted  
        
            by Templar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Templar
        
        
        
        Published on 2008-08-10T16:46:12Z
        Indexed on 
            2010/05/06
            6:48 UTC
        
        
        Read the original article
        Hit count: 280
        
sql-server
|database
Our software must be able to run on SQL Server 2000 and 2005. To simplify development, we're running our SQL Server 2005 databases in compatibility level 80. However, database performance seems slower on SQL 2005 than on SQL 2000 in some cases (we have not confirmed this using benchmarks yet). Would upgrading the compatibility level to 90 improve performance on the SQL 2005 servers?
© Stack Overflow or respective owner