November 6, 2007
Testing Compatibility Between SQL Server Versions
When migrating SQL code (stored procedures, triggers, etc.) to newer versions, it’s not uncommon to have to rewrite your entire back-end code. However, a simpler solution is to check the exisiting code’s compatibility with the newer versions.
