Link to home
Start Free TrialLog in
Avatar of elit2007
elit2007

asked on

SQL instalation

Hi!
Will I face any problems when installing a 2012 SQL Standard instance on a server that is already running a 2014 SQL Standard instance?
Avatar of Dejan Vasiljevic
Dejan Vasiljevic

Hi elit2007,

SQL Server SysPrep does not support side by side installation of prepared instances of SQL Server 2014 with earlier versions of SQL Server on the same computer. For example, you cannot prepare a SQL Server 2014 instance side by side with a prepared instance of SQL Server 2012. However, you can install multiple prepared instances of the same major version of SQL Server side by side on the same computer. For more information, see Considerations for Installing SQL Server Using SysPrep .

SQL Server 2014 cannot be installed side-by-side with earlier versions of SQL Server on a computer that is running Windows Server 2008 R2 Server Core SP1. For more information on Server Core installations, see Install SQL Server 2014 on Server Core .

From official MSDN
Also, I saw Exsisting Instance of SQL Server 2014 support Side-by-side 2005 to 2014 both 32/64 bits. But I guess You will need to define major version and minor version.
All in all, i think You will be able to configure them without any major problem, just pay attention to those things. *SysPrep

Thanks,
D.
Avatar of elit2007

ASKER

The OS on the server is 2012. So it shouldn't be a problem as long as i run a manually installation?
My concern was shared files. If SQL 2012 overwrite files that SQL 2014 already is using.
ASKER CERTIFIED SOLUTION
Avatar of Dejan Vasiljevic
Dejan Vasiljevic

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
Thanks a lot! I just have to hope that when I install SQL 2012, the installation program will see that the shared files have a newer version and not overwrite them.  :)
You are welcome. As what we saw from microsoft official site, it should not overwrite them, because they are newer than SQL 2012 shared files, but again to make yourself secured, backup files before start.

Regards,
D.