upgrading sql version with ssis and ssrs on that server

The question:

If I upgrade a SQL server 2016 STD to ENTERPRISE and that server has the following services installed: SSIS and SSRS
can I just upgrade the version of the SQL and it will automatically upgrade the SSIS and SSRS on that server or do I need to take additional steps?

Thanks in advance.

The Solutions:

Below are the methods you can try. The first solution is probably the best. Try others if the first one doesn’t work. Senior developers aren’t just copying/pasting – they read the methods carefully & apply them wisely to each case.

Method 1

All the features installed as part of the one instance, yes, the Edition Upgrade will upgrade them all.

Note, that for SQL Server 2017 and later Reporting Services is a separate installer, so it would be upgraded separately.


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

Leave a Comment