开发者

Changing SQL server compatibility Level

开发者 https://www.devze.com 2022-12-20 09:15 出处:网络
I have a database which was upgraded from 2000 to 2005. Is there any issue using sp_dbcmptlevel to change compatibility level to 90. Will this cause any issues with old queries o开发者_运维技巧r store

I have a database which was upgraded from 2000 to 2005. Is there any issue using sp_dbcmptlevel to change compatibility level to 90. Will this cause any issues with old queries o开发者_运维技巧r stored procedures


Did you run the SQL Server upgrade adviser on the old database? It will tell you if there is any obvious problems. Be sure to test on a development database.

Here is the tool

http://www.microsoft.com/downloads/details.aspx?FamilyID=1470e86b-7e05-4322-a677-95ab44f12d75&displaylang=en

0

精彩评论

暂无评论...
验证码 换一张
取 消