How to export packages deployed in “Integration Services Catalog” using any command line, C# or T-SQL?

前端 未结 2 929
北海茫月
北海茫月 2021-01-22 06:19

I need to export packages deployed in SSISDB by any means to make it automated; so a command line, C# or T-SQL would be fine. I don\'t want the manual way used by Visual Studio.

2条回答
  •  深忆病人
    2021-01-22 06:56

    IsDeploymentWizard is a good option. You can see parameter usage by typing

    IsDeploymentWizard -h 
    

    on the command line.

提交回复
热议问题