Does running a SQL Server 2005 database in compatibility level 80 have a negative impact on performance?

前端 未结 4 1112
半阙折子戏
半阙折子戏 2021-01-04 10:12

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, dat

4条回答
  •  天命终不由人
    2021-01-04 11:00

    Also a FYI, if you run compatibility level 90 then some things are not supported anymore like old style outer joins (*= and =*)

提交回复
热议问题