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

Administrating resource health policies


SQL Server Utility dashboard in SQL Server Management Studio helps monitoring multiple instances and policies for SQL Server instances and data-tier applications (DAC). Using the UCP, health policies can be configured for data-tier applications and managed instances of SQL Server; also, the policies can be defined globally or individually for that DAC or managed instance.

Many a time, over-utilization and under-utilization of policies for managed instances can be a long process. File space for storage volumes and database files together with server processor utilization can be obtained by using UCP resource policies, such as SQL server instance processor utilization. In this recipe, we will go through the important steps in administering the resource health policies using Utility Control Point (UCP).

Getting ready

The UCP and all managed instances of SQL Server must satisfy the following prerequisites:

  • UCP SQL Server instance version must be SQL Server...