April 4, 2013 at 8:17 am
I am trying to find a statement from Microsoft that different editions of SQL server are supported on the same host. Can anyone point this out, I've spent a while searching but not found anything in the documentation.
For example
SQL Server 2012 Standard Edition, and Enterprise Edition instances on the same host.
We need this for upgrade scenarios.
Thanks
April 9, 2013 at 10:58 am
I cannot think of a reason why that would be a problem for the database engines but you may run into issues with some of the shared services depending on which order you do the installs. With Integration Services the Edition can matter in terms of what Components are supported (e.g. fuzzy lookup and grouping).
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 9, 2013 at 11:41 am
Thanks I completely agree. What I am after, is a statement from Microsoft in the documentation or otherwise. I am having a discussion with a vendor and I need to back up my argument but I can't find the reference!
April 9, 2013 at 11:55 am
This may be what you need. http://msdn.microsoft.com/en-us/library/ms143694.aspx.
It states that "SQL Server supports multiple instances of the Database Engine, Analysis Services, and Reporting Services on the same computer. You can also upgrade earlier versions of SQL Server, or install SQL Server on a computer where earlier SQL Server versions are already installed."
John
April 9, 2013 at 12:11 pm
Thanks John, I'm looking for a reference to editions, not versions. Still can't find it...:w00t:
April 9, 2013 at 12:17 pm
maybe this?
SQL server tools / client components , integration services and browser are MACHINE aware - ie) 1 per machine.
SQL database engine , analysis services and reporting services are instance aware. You can have around 16 database engines in a single machine.
So If I install Enterprise edition as the default edition and add a standard named instance, the shared tools will still work without issue? I know this may seem to be a strange request but this cluster is going to serve as a test for multiple instances of different SQL editions. Thanks for your help.
Yes the shared components will work without any issues for both the instances.
Lowell
April 9, 2013 at 12:18 pm
Yes I realized that right after I posted it. I searched around some more but havent found anything. You can use that as your argument that "Microsoft does not say it is NOT supported." 🙂 Ok, that probably doesn't help. Maybe you can get a statement from an account rep?
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply