Link to home
Start Free TrialLog in
Avatar of INHOUSERES
INHOUSERES

asked on

Running SQL Express 2012 & 2008 side by side OR Downgrading SQL Express 2012 to 2008

Hi Experts,

We have our database running in SQL Express 2012, on a Windows Server 2008 quad core machine.
We require SQL Express 2008 to be running as well as 2012 for some new databases that are not currently compatible with 2012. OR we need to run 2008 instead of 2012, and for the current database to be downgraded.

I don't know if both versions of SQL can run side by side?
I know it's easy to take and place a database into a newer version but not sure if it's possible to downgrade?
I also don't know how long any of this would take and if it would cause any downtime to the current database.

I'm not very knowledgeable with any of this, so any help or suggestions would be greatly apreciated!
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg 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 INHOUSERES
INHOUSERES

ASKER

Hi angelIII,

Thanks for the comment.
I'm not sure what you mean?

SQL 2012 is currently installed and running on the machine. I've downloaded an exe for SQL Express 2008

I assume by your comment, it's not just a case of running this install?
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
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
Ok, sounds simple enough thanks for those comments.

Just a few clarifying questions:

1. Will this install without causing downtime to the current database in 2012?
2. will there be any performance issues with having the 2 instances running simultaneously?
3. How does this all work with SQL Server Management studio install on the same machine?

Thanks for the help guys.
>1. Will this install without causing downtime to the current database in 2012?
no. instances are 100% independant of each other

>2. will there be any performance issues with having the 2 instances running simultaneously?
the limit of resources needs to be considered.
still, you should ensure both instances are reconfigured for the maximum memory setting to make sure that the total of those 2 settings < 80% of the hardware RAM attached to the server.

>3. How does this all work with SQL Server Management studio install on the same machine?
you can use the 2 versions of management studio to connect to the relevant instance, OR use the highest-version to register the lower-version instance, and hence manage multiple instances from the same management studio.
Please note if you apply service packs then a reboot is often required, so better to do that out of hours.
Thanks for the swift responses.

in regards to point 2. They're both SQL Express and the machine has 8gb ram so it's very safe to assume they will operate ok side by side.

I wasn't going to do any of this in operation hours so I should be safe there too.

Thanks for the comments.
Hi Guys,

The install isn't working.

I downloaded the top one on this list:
http://www.microsoft.com/en-gb/download/details.aspx?id=26729

I don't know what's going wrong.
The only error I get is:
"SQL Server Browser service group does not exists.Check for earlier failures in the setup"
The earlier failure is "Installation completed with failures".

Any other information I can give to help find out why?

(Should I post another question?)
Ace of Base!!

Worked a treat.
And it was nice and simple for a noobie like me!

I did make another question for this as I was unsure on the speed of response:

https://www.experts-exchange.com/questions/27995707/Issues-installing-SQL-2008-Express-R2-on-machine-already-running-SQL-2012-Express.html

If you post that there I'll award points.