Utility5:Remove UCP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Utility5:Remove UCP相关的知识,希望对你有一定的参考价值。
使用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的主要内容,如果未能解决你的问题,请参考以下文章
FragmentTransaction.remove 没有效果
oracle.ucp.jdbc.PoolDataSource.getConnection() 多线程安全吗?