码迷,mamicode.com
首页 > 其他好文 > 详细

Utility5:Remove UCP

时间:2016-02-04 13:21:08      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:

使用TSQL 代码移除UCP

EXEC msdb.dbo.sp_sysutility_ucp_remove;

 

Limitations and Restrictions

Before you use this procedure to remove the UCP from the SQL Server Utility, note the following requirements. The stored procedure will run prerequisite checks as part of the operation.

  • Before you run this procedure, all managed instances of SQL Server must be removed from the UCP. Note that the UCP is a managed instance of SQL Server.

  • This procedure must be run on a computer that is a UCP.

  • If the instance of SQL Server where the UCP was removed has a non-Utility data collection set, the UMDW database (sysutility_mdw) will not be dropped by the procedure. If this is the case, the UMDW database (sysutility_mdw) must be dropped manually before the UCP can be created again.

参考文档:

Remove a Utility Control Point (SQL Server Utility)

Utility5:Remove UCP

标签:

原文地址:http://www.cnblogs.com/ljhdo/p/5181370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!