共用方式為


管理 Integration Services 服務

更新: 2007 年 9 月 15 日

SQL Server 2005 Integration Services (SSIS) 包括 Integration Services 服務,即用於管理 Integration Services 封裝的 Windows 服務。

ms140100.note(zh-tw,SQL.90).gif重要事項:
建立、儲存及執行 Integration Services 封裝不需要Integration Services 服務。

當安裝 SQL Server 2005 的 Integration Services 元件時,也會安裝 Integration Services 服務。Integration Services 服務會啟動,且服務的啟動類型會設為自動。但是,您還必須安裝 SQL Server Management Studio 才能使用該服務來管理儲存的 Integration Services 封裝和執行封裝。

在一部電腦上您只可以安裝一個 Integration Services 服務的執行個體。這項服務不是執行個體的特定服務。您要使用服務執行所在之電腦的名稱連線到服務。

您可以使用下列其中一個 Microsoft Management Console (MMC) 嵌入式管理單元來管理 Integration Services 服務:SQL Server 組態管理員或服務。您必須先確認服務已經啟動,才能在 SQL Server Management Studio 中管理封裝。

依預設,Integration Services 服務是設定成管理儲存在 msdb 資料庫 (位於 Database Engine 的本機預設執行個體) 中的封裝。您必須修改服務的組態檔,才能管理儲存在 Database Engine 之具名執行個體或遠端執行個體 (或是 Database Engine 的多個執行個體) 中的封裝。如需詳細資訊,請參閱<設定 Integration Services 服務>。

依預設,Integration Services 服務會設定為在服務停止時停止執行中的封裝。不過,Integration Services 服務不會等待封裝停止,在 Integration Services 服務停止後,仍可能有部份封裝在執行中。

如果 Integration Services 服務已停止,則可以使用「SQL Server 匯入和匯出精靈」、「SSIS 設計師」、「執行封裝公用程式」,以及 dtexec 命令提示公用程式,繼續執行封裝。不過,您無法監視執行中的封裝。

依預設,Integration Services 服務會在 NETWORK SERVICE 帳戶的內容中執行。

Integration Services 服務會寫入 Windows 事件記錄檔。您可以在 SQL Server Management Studio 中檢視服務事件。您也可以使用 Windows 事件檢視器來檢視服務事件。

若要使用「服務」嵌入式管理單元設定 Integration Services 服務的屬性

若要在 SQL Server Management Studio 中檢視服務事件

若要在「事件檢視器」中檢視 Integration Services 服務的事件記錄檔

請參閱

工作

使用 SQL Server 匯入和匯出精靈建立封裝
執行封裝

概念

Integration Services 服務
設定 Integration Services 服務

其他資源

dtexec 公用程式
管理 Integration Services

說明及資訊

取得 SQL Server 2005 協助

變更歷程記錄

版本 歷程記錄

2007 年 9 月 15 日

新增內容
  • 說明如何連接到 Integration Services 服務。
  • 說明您必須修改預設組態檔,才能在遠端或多個執行個體上管理 msdb 資料庫。