将数据库的兼容级别更改为 90。SQL语句为: EXEC sp_dbcmptlevel "dbName", "90";
其中:
80 = SQL Server 2000
90 = SQL Server 2005 100 = SQL Server 2008