A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi Leo van Mourik,
Yes, this scenario is allowed. A server used only as a management or development server (for example, running Visual Studio to develop and deploy SSIS packages) is not considered part of the production environment, as long as no SQL Server components are installed or executed on it. Licensing is required only on machines where SQL Server components (such as the Database Engine or the SSIS runtime) are actually installed and run. Since end users do not access the management server and SSIS packages execute only on the production SQL Server, only the production server needs to be licensed.
Regarding Visual Studio: Visual Studio (any edition, including Community) can be used to design, build, and deploy SSIS packages without requiring a SQL Server license on that machine. However, Visual Studio does not include a SQL Server runtime license. SSIS itself is licensed as part of SQL Server and must be licensed only on the server where the SSIS runtime is installed and packages are executed. In short, developing and deploying SSIS from Visual Studio is fine without extra licensing, but running SSIS packages requires a properly licensed SQL Server on the execution server.
https://learn.microsoft.com/en-us/sql/integration-services/integration-services-features-supported-by-the-editions-of-sql-server?view=sql-server-ver15
https://learn.microsoft.com/en-us/answers/questions/1353955/licence-of-ssis
Thanks,
Lakshmi.