George's Bio  Bio    Blog    Articles    Books    Presentations RSS 2.0 Atom 1.0 CDF  
George Wesolowski's .NET Weblog - SQL Server 2005 Upgrade Advisor ...
 
 Monday, December 05, 2005

I ran the SQL Server 2005 Upgrade Advisor against a test database that I am currently working with.  I'd say it's a pretty typical SQL Server 2000 database: lots of complicated stored procedures, user-defined functions, triggers, etc.  Here are the issues that the upgrade advisor reported:

  1. Remove references to undocumented system tables
  2. Outer join operators *= and =* are not supported in 90 compatiblilty mode
  3. Non-integer constants are not allowed in the ORDER BY clause in 90 compatibility mode
  4. Changes to behavior in syslockinfo and sp_lock
  5. Other Database Engine upgrade issues

Obviously, #5 bears looking into more.  #2 is the result of that old outer join syntax that I learned when I was working with Sybase way back when.  [I guess I'm really going to have to commit to using the OUTER JOIN clause ...]

None of these issues would prevent the database from being upgraded, or cause the upgrade to fail.  However, they would definitely need to be addressed before going to production (particularly #2 and #3) ...

12/5/2005 11:01:56 AM (Eastern Standard Time, UTC-05:00)  #       | 
Copyright © 2008 George D. Wesolowski
newtelligence dasBlog 1.8.5223.1