|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, April 26, 2013 8:51 AM
Points: 57,
Visits: 195
|
|
Thanks Gail.
So, it seems reasonable to assume that the next SQL version after SQL2008 will drop support for 2000 compatibility.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: 2 days ago @ 5:44 PM
Points: 69,
Visits: 428
|
|
I have just came across this compatibility issue in my new company. The original DB was created SQL 7. or compatibility 70
My question is if there isn't any issues with there code, would it be an issue to raise the compatibility level to the current version we are running 2008 r2?
I went back to my new boss and he said this note below. I wanted to know if this is true or not as this is the first time I have came across this type of issue
"when transitioning to SQL 2005 that if the database was created in earlier versions it would never truly reach the latter compatibility level unless the database was natively created with that version"
Basically raising the compatibility level will I be able to use most of the new functionality in the newer versions that we have upgraded to? Thanks
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:48 AM
Points: 37,635,
Visits: 29,886
|
|
D-SQL (9/12/2012) "when transitioning to SQL 2005 that if the database was created in earlier versions it would never truly reach the latter compatibility level unless the database was natively created with that version"
That is not correct.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: 2 days ago @ 5:44 PM
Points: 69,
Visits: 428
|
|
| Ok Thanks I will move to raise the level so I can use the new functionality. Thanks for your help
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:48 AM
Points: 37,635,
Visits: 29,886
|
|
You can use most of the new functionality without raising the compat level. Compat level's about preserving old behaviour, not preventing new.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|