Tuesday, March 14, 2017

How to stop running SSIS package in SSISDB

Prior to SQL Server 2012 version, you can stop a running package from the Running Packages folder by right-clicking the package and then clicking Stop. After Project deployment introduced stops a validation or instance of execution in the Integration Services catalog using catalog.stop_operation command in SSISDB Database.
You can find the operation_id from the SSISDB report. Right click on the package that you need to stop and find the operation_id from the report.


Use SSISDB
Exec catalog.stop_operation @operation_id = 159795



Cheers!
Uma

1 comment:

  1. I feel SSIS is the best and most useful component to provide solutions to a large no.of complex IT problems.Apart from this database handling and database solutions are also easily solved through this.

    SSIS Upsert

    ReplyDelete