Connecting Tech Pros Worldwide Forums | Help | Site Map

Is SQL Server 2005 backward compatible with SQL Server 2000

Newbie
 
Join Date: May 2007
Posts: 2
#1: May 28 '07
Please confirm whether all queries on SQL Server 2005 is compatible with SQL Server 2000.

almaz's Avatar
Expert
 
Join Date: Dec 2006
Location: Kyiv, Ukraine
Posts: 167
#2: May 29 '07

re: Is SQL Server 2005 backward compatible with SQL Server 2000


SQL Server 2005 introduces a number of new keywords that make full compatibility impossible (because your code may use these keywords as cursor identifiers, etc.). If you want to be sure your queries are 100% compatible, set the compatibility level for your database to "8.0"
Reply