• If you made the jump to 2005 ok you should be able to use:

    ALTER DATABASE database_name

    SET COMPATIBILITY_LEVEL = { 80 | 90 | 100 }

    to fix the compat level.

    Good luck,