Wednesday, October 10, 2012

deploy an SSIS package in testing, staging & production environments

 How will you deploy an SSIS package in testing, staging & production environments?

 The dtutil command prompt utility is used to manage SQL Server Integration Services packages. The utility can copy, move, delete, or verify the existence of a package. These actions can be performed on any SSIS package that is stored in one of three locations: a Microsoft SQL Server database, the SSIS Package Store, and the file system. The storage type of the package is identified by the /SQL, /FILE, and /DTS options.

No comments:

Post a Comment