'Why SSMS 17.x and further doesn't support SSIS
Everything is in the title, I can't find why did they remove this function on 17.x version.
I quote:
SQL Server Integration Services (SSIS) – SSMS version 17.x or later does not support connecting to the legacy SQL Server Integration Services service.
Source
So as a purpose of training on this feature, I have got to install SSMS and SQL SERVER 16.x for example isn't it?
I have installed 16.5 version so I have to find exactly same version for SQL server which means SQL SERVER 2016. Did I understand correctly please?
Thank you for your answer.
Solution 1:[1]
As @Larnu said, use SSISDB rather than SSIS in SSMS since 2012 version. This is recomended by microsoft documentation. https://docs.microsoft.com/fr-fr/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
