Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 488fff0

Browse files
Update run-packages-in-integration-services-ssis-scale-out.md
Added the known limitation - Scale Out that the package execution can’t be stopped by cancelling agent job. We will add this to our document. The way to stop scale out execution is with stored procedure “catalog.stop_operation” or the “Active Operation” UI. as per product engineer comments.
1 parent c343eb7 commit 488fff0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/integration-services/scale-out/run-packages-in-integration-services-ssis-scale-out.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@ To switch the default execution mode back so that packages no longer run by defa
120120
## <a name="sql_agent"></a> Run package in SQL Server Agent job
121121
In a SQL Server Agent job, you can run an SSIS package as one step of the job. To run the package in Scale Out, set the default execution mode to **Scale Out**. After you set the default execution mode to **Scale Out**, packages in SQL Server Agent jobs run in Scale Out mode.
122122

123+
> [!NOTE]
124+
> Scale Out package executions cannot be stopped by cancelling the SQL Server Agent Job. The recommended way to stop the Scale Out execution is with the stored procedure "catalog.stop_operation" or using "Active Operation" window.
125+
123126
## Next steps
124127
- [Troubleshoot Scale Out](troubleshooting-scale-out.md)

0 commit comments

Comments
 (0)