Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 sql 2000 to 2008 migration

Author  Topic 

sasan_vm
Yak Posting Veteran

51 Posts

Posted - 2011-10-22 : 07:36:30
Hello

When sql 2000 database attached to 2008 , sql 2008 upgrade database but in database properties "Compatibility level" still is sql 2000 (80),
What happens if this item change to sql 2008(100) ?

Regards,
sasan.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-22 : 07:50:34
you need check for code which are not supported in 2008 like *=,=* old join syntax etc
see below

http://www.sqlmag.com/article/sql-server-2005/how-to-upgrade-to-sql-server-2008-from-sql-server-2000

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2011-10-22 : 09:09:07
Steps to upgrade to SQL 2008:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=138230
Go to Top of Page
   

- Advertisement -