Book Image

Microsoft SQL Server 2008 R2 Administration Cookbook

By : Satya Shyam K Jayanty
Book Image

Microsoft SQL Server 2008 R2 Administration Cookbook

By: Satya Shyam K Jayanty

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2008 R2 Administration Cookbook
Credits
Foreword
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
More DBA Manageability Best Practices

Managing the Utility Control Point data warehouse database


Utility Control Point (UCP) is one of the new management features in SQL Server 2008 R2. UCP enables you to manage and monitor multiple instances of SQL Server. Data collected by UCP managed instances of SQL Server are stored in the Utility Management Data Warehouse (UMDW) database called sysutility_mdw.

To generate data for UMDW, it is essential to create a UCP on an instance of SQL Server. In this recipe, we will use the SSMS to create the Utility Management Data Warehouse (UMDW). The steps are wizard-driven to specify a SQL instance where the UCP is created and enable the utility collection set to periodically collect and store in UMDW.

How to do it...

The following steps are essential to manage required data for the UMDW database that will be generated by using the Utility Explorer wizard to validate the SQL Server instances:

  1. 1. In Management Studio, on the Object Explorer, click Utility Explorer to create the Utility Control Point...