Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

SQL 2000 - 2005 - 2008 Expand / Collapse
Author
Message
Posted Friday, May 29, 2009 7:56 PM
Right there with Babe

Right there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with Babe

Group: General Forum Members
Last Login: Friday, May 03, 2013 9:01 AM
Points: 722, Visits: 996
DB from 2000 to 2005 it was recommended to change compatibility to 90 and then do full rebuild of the indexes and update all the statistics.

What is the recommendation for 2005 db to 2008.
Post #726149
Posted Wednesday, February 06, 2013 1:42 PM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Monday, May 20, 2013 4:33 AM
Points: 25, Visits: 112
It depends on whats coded in your database scripts, application etc.

If you set it to 90 then it will use features of SQL 2005 and if set to 100 then it will function as SQL 2008 or SQL 2008 R2 database.

with setting the db at 90 you wont be able to use SQL 2008 features.

So there is no standards here. Its just what features of 2008 you want to use.

Regards
Satyen

Post #1416719
Posted Wednesday, February 06, 2013 3:27 PM


SSCrazy Eights

SSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy Eights

Group: General Forum Members
Last Login: Today @ 2:48 PM
Points: 8,979, Visits: 8,539
menon.satyen (2/6/2013)
It depends on whats coded in your database scripts, application etc.

If you set it to 90 then it will use features of SQL 2005 and if set to 100 then it will function as SQL 2008 or SQL 2008 R2 database.

with setting the db at 90 you wont be able to use SQL 2008 features.

So there is no standards here. Its just what features of 2008 you want to use.

Regards
Satyen



It isn't quite that cut and dry. For example I have a database in 2008r2 set in 2000 compatability mode. I can still use varchar(max) and cte. Those are not available in 2000. It is not like suddenly the database is a 2000 database. There are a number of features that you can still use.

Unfortunately your response did not really relate to the original question.

It would be recommended to rebuild your indexes and update statistics again if switching from 2005 to 2008.


_______________________________________________________________

Need help? Help us help you.

Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

Need to split a string? Try Jeff Moden's splitter.

Cross Tabs and Pivots, Part 1 – Converting Rows to Columns
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs
Post #1416753
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse