To deploy packages to an instance of SQL Server 
Open the deployment folder on the target computer.
--Double-click the manifest file, <project name>.SSISDeploymentManifest, to start the Package Installation Wizard.
--On the Deploy SSIS Packages page, select the SQL Server deployment option.
--Optionally, select Validate packages after installation to validate packages after they are installed on the target server.
--On the Specify Target SQL Server page, specify the instance of SQL Server to install the packages to and select an authentication mode. If you select SQL Server Authentication, you must provide a user name and a password.
--On the Select Installation Folder page, specify the folder in the file system for the package dependencies that will be installed.
--If the package includes configurations, you can edit configurations by updating values in the Value list on the Configure Packages page.
--If you elected to validate packages after installation, view the validation results of the deployed packages.
 
No comments:
Post a Comment