I have a question regarding the migration from SQL Server 2000 to 2005. I moved the database, switched the compatibility mode to 9.0, recalculated statistics, rebuilded indexes. Everything done like it is written in BOL.
However most of the queries are 50% slower than in case of SQL Server 2000 (for example, a query takes 30 instead of 20 minutes. Simple select from a large table). I googled, and find out that some people had similiar problems, but could not find any solutions.
Any hints?