如何:更新 Notification Services 的執行個體 (命令提示字元)
若要更新執行個體組態檔或更新單一應用程式執行個體中的應用程式,您可以停用整個執行個體,然後執行更新。
附註: |
---|
如果您更新事件或通知類別,基礎資料表會遭到刪除及重新建立。如果您更新訂閱類別,基礎資料表會重新命名為在資料表名稱後面附加 Old。 |
附註: |
---|
如果您更新 XSLT 檔,必須重新啟動執行個體,使 Notification Services 載入已更新的檔案。 |
附註: |
---|
下列程序假設您要使用執行個體組態檔 (ICF) 和應用程式定義檔案 (ADF) 來設定 Notification Services 的執行個體。如果您在使用 Notification Services Management Objects (NMO),請利用 Microsoft.SqlServer.Management.Nmo.Instance 類別的方法來更新 Notification Services 執行個體。 |
若要更新 Notification Services 執行個體
更新執行個體組態和應用程式定義。並且,此時請對運作檔案執行任何必要的更新,例如 XSL 轉換 (XSLT)。
備份執行個體和應用程式資料庫。如需詳細資訊,請參閱<在 SQL Server 中備份和還原資料庫>。
從 [開始] 功能表,依序指向 [程式集]、[Microsoft SQL Server] 和 [Notification Services],然後按一下 [Notification Services 命令提示字元] 來開啟 [命令提示字元] 視窗。
輸入下列命令來停用應用程式:
nscontrol disable -nameinstanceName
如果您要使用 SQL Server 驗證,nscontrol disable 命令還需要其他參數。如需詳細資訊,請參閱<nscontrol disable 命令>。
輸入下列命令來套用 ADF 的變更:
nscontrol update -inconfigFile
如果執行個體或應用程式使用命令列參數或 SQL Server 驗證,nscontrol update 命令還需要其他參數。如需詳細資訊,請參閱<nscontrol update 命令>。
在命令提示字元下,輸入下列命令來啟用應用程式:
nscontrol enable -nameinstanceName
如果您使用 SQL Server 驗證,nscontrol enable 命令還需要其他參數。如需詳細資訊,請參閱<nscontrol enable 命令>。
請參閱
工作
如何:更新 Notification Services 的執行個體 (SQL Server Management Studio)
其他資源
更新執行個體及應用程式
nscontrol disable 命令
nscontrol update 命令
nscontrol enable 命令
管理執行個體與應用程式的如何主題 (Notification Services)