Deploy SSIS Package To SQL Server

Note

Before going next, first, make sure you have SQL Server Integration Services installed.

Open the Visual Studio SSIS package project and right-click on the project and hit Deploy to deploy all packages, if you want to install individual packages then right-click on the package and hit deploy.

Deploy SSIS Package To SQL Server

The first window is the introduction windows click the Next button.

Deploy SSIS Package To SQL Server

We have two deployment targets,

  • SSIS in SQL Server
  • SSIS in Azure Data Factory

As in this article, we are going to deploy on SQL Server, so we must select SSIS in SQL Server and click Next.

Deploy SSIS Package To SQL Server

Select a destination, Enter the SQL Server name, Authentication type, Username, and password, and click Connect. Once connect Browse the project folder path if available, if not available create a directory in SSISDB and create a new project, and hit Next.

Deploy SSIS Package To SQL Server

You can review all the given changes and hit Deploy.

Deploy SSIS Package To SQL Server

You can check the deployment result in the last windows. If all results are passed, then click close.

Deploy SSIS Package To SQL Server

The above screenshot shows that all results are passed and successfully deployed.

Deploy SSIS Package To SQL Server

Go to SQL Server and expand Integration Services Catalogs and go to SSISDB you can see the created folder and project and deployed packages there.

Conclusion

In this article, we have learned how to deploy SSIS Project to SQL Server.


Similar Articles