Link to home
Start Free TrialLog in
Avatar of Goraps
GorapsFlag for Canada

asked on

Upgrading from SQL 2008R2 Express

Currently I have 3 applications using SQL 2008R2 Express.  I am in the process of purchasing SQL 2016 Standard and downgrading to 2012.  

My question is this:  

 If I use the in-place upgrade path is it possible to leave 2 of the DB's still using Express 2008R2 and upgrading to 2012 only having the Primafact data bases being upgraded to SQL 2012?
Avatar of Qlemo
Qlemo
Flag of Germany image

I doubt you can do that with Express at all. But if, an in-place upgrade replaces the existing instance completely. However, you can always decide to keep the compatibility level of each single DB at 2008r2. In fact, you need to manually change that compatibility level to something higher for existing DBs.
The compatibility level does not change the meta data. That is, a DB attached to MSSQL cannot be detached or backed up and attached/restored to 2008r2 or anything prior to itself.
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Goraps

ASKER

I would upgrade all DB's if there was a way that I didnt need to purchase CAL's for the users accessing the other 2 DB's.
Won't you need to purchase CALs for the rest of the databases too?
Avatar of Goraps

ASKER

I will for the one DB as I am forced to upgrade as we have reached the limit of what SQL express can offer us... But the other 2 DB's are only scratching the surface of SQL express.
The CALs are by SQL Server instance and not by database. So if you're already paying then you can have all databases in the same instance. Just be sure that the number of CALs are enough and you should be good to go.
Avatar of Goraps

ASKER

I purchased SQL standard 2012 SP3 - installed it no problem....   I detached DB's from 2008 Express and when I try to attach to new 2012 instance I get the follow error.. please see attached.

error.docx
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Goraps

ASKER

I cant find that service account in ADUC in order to add to folder permissions...  when I installed the new copy of SQL during the setup process I gave the SA account a different password...  I now have 2 - sa accounts for the 2 sql instances.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Goraps

ASKER

are you able to step me thru?? sorry
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial