Are there any common reasons why upgrading a database from SQL Server 2000 to SQL Server 2005 would result in slower queries? This is coming from an ASP.NET 1.1 application with hundred of tables, everything is indexed and seems to run well on the older version.
Share
After the upgrade first thing you need to do is update the statistics with full scan and rebuild the indexes or you will get suboptimal plans