Andre (no (AT) spam (DOT) com) writes:
Quote:
Thanks. So logins/users aside, does SQL 2008 not need to "upgrade" the
indexes or optimize anything else in the db? I just flip the
compatibility and it's magically upgraded from 2000 to 2008? Seems
awfully easy, and I guess I was expecting it to "do" something.  |
The upgrade was when you restored the database. You may have noticed that
it took a longer time than a usual restore.
But when I think of it, you need to run sp_updatestats, as the statistics
were invalidated when you upgraded the database.
The compatibility level is just a flag that controls how queries are
interpreted and which can be flipped forth and back as you please.
--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx