catalog.add_execution_worker (SSISDB 資料庫)
適用於:SQL Server Azure Data Factory 中的 SSIS Integration Runtime
適用於:SQL Server 2017 (14.x) 和更新版本
將 Integration Services Scale Out Worker 新增至 Scale Out 中執行的執行個體。
語法
catalog.add_execution_worker [ @execution_id = ] execution_id, [ @workeragent_id = ] workeragent_id
引數
[ @execution_id = ] execution_id
執行之執行個體的唯一識別碼。 execution_id 是 bigint。
[@workeragent_id = ] workeragent_id
Scale Out Worker 的背景工作代理程式識別碼。 workeragent_id 是 uniqueidentifier。
傳回碼值
0 (成功)
結果集
None
權限
這個預存程序需要下列其中一個權限:
執行的執行個體之 READ 和 MODIFY 權限
ssis_admin 資料庫角色的成員資格
系統管理員伺服器角色的成員資格
錯誤和警告
下列清單將描述可能會引發錯誤或警告的某些條件:
使用者未具備適當的權限。
執行識別碼無效。
背景工作代理程式識別碼無效。
執行不是在 Scale Out 中。