Can SQL Express 2019 running alongside our existing full version SQL 2014?

Tudor Serban Nedelcu 20 Reputation points
2023-09-12T14:45:28.05+00:00

Hi,

Can we use SQL Express 2019 running alongside your existing full version SQL 2014 on the same server?

We need SQL2014 for Dynamics NAV and would like using SQL Express for DDM(low cost multi-CAD PDM/PLM solution)so I can work from home and not have to remote my work comupter from home?

Thanks!

SQL Server on Azure Virtual Machines
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,669 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,563 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 44,296 Reputation points
    2023-09-13T10:44:42.19+00:00

    You can install up to 50 named instances of SQL Server on one machine and all can have different versions and different editions, that's fully supported, see

    Work with multiple versions and instances of SQL Server


1 additional answer

Sort by: Most helpful
  1. anza 836 Reputation points
    2023-09-12T15:50:06.3233333+00:00

    SQL 2019 express requires at least Windows Server 2016.

    https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019?view=sql-server-ver16#operating-system-support

    So if your current SQL 2014 instance already runs on Windows Server 2016 both instances should coexist.
    It realy is painfull to search for old support information about deprecated products... but here it is. SQL 2014 should work on Windows Server 2016. Search for 'SQL Server Express' in 'Breadth Editions Operating System requirements' section.

    https://web.archive.org/web/20170527142840/https://msdn.microsoft.com/en-us/library/ms143506(v=sql.120).aspx

    Some additional guidelines regarding coexistance.

    https://learn.microsoft.com/en-us/sql/sql-server/install/work-with-multiple-versions-and-instances-of-sql-server?view=sql-server-ver16

    Hope information helps and no heavy lifting (upgrades and migrations :-) will be required.
    Regards

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.