top of page

The Utility Control Point (UCP)

  • Repost - originally posted 15-10-2012
  • Nov 14, 2017
  • 1 min read

I wonder how many SQL Server DBAs have ever heard of the SQL Server Utility Control Point (UCP) or used the Utility explorer. Until recently I hadn't either. It is a native tool introduced in SQL Server 2008 R2 that lets you easily monitor the health and utilisation of resources. There are a lot of SQL Server sites out there who cannot afford 3rd party monitoring tools and UCP could be a good starting point.

I recommend that you install the UCP on a server other than the servers you are monitoring as it has data collection jobs and a database that you don't want on your production servers. Once installed and you have enrolled your SQL Servers then you have a dashboard from which you can quickly identify whether the instance CPU, database files, storage volumes or computer CPU of managed instances or DACs are - well, over or under utilised. You have the ability to set thresholds about the definition of these utilisation levels. It is easy to configure and use and will give you insight into the usage of your SQL Server resources. I only wish that it would give me information on memory as well.


 
 
 

Recent Posts

See All
Cardinality estimator

Recently I was asked by a software vendor to review a particular query that ran in under a second on a SQL Server 2014 installation at a...

 
 
 
Index fragmentation

A law firm client, occasionally has issues with their legal software, that is provided by the global leader in this field. The response...

 
 
 
Deleting large amounts of data

I had a client call me about wanting to delete a large amount of data from their database. They knew what tables they wanted to delete...

 
 
 

Comments


bottom of page