CONTENTS

What is getting monitored?

Quick Guide

1) Run the Dashboards.sql script on the SQL instance(s) you would like to monitor. This SQL file contains the code to execute all the main components of the solution such as Stored Procedures and functions.

2) The solution also uses embedded TSQL to provide information, mainly from sys.dm_os_performance_counters so please make sure you have all your perfmon counters installed too.

3) Confirm that the query for the shared data set is valid for your environment as this will hold your list of SQL Server Instances (from CMS) and confirm the data sources are valid.

4) When you are ready to deploy to your Reporting Server you may want to read this guide to help you: https://msdn.microsoft.com/en-us/library/ms155802.aspx

5) Further setup documentation (if needed) and project details can be found @: http://www.sqlservercentral.com/articles/SQL+Server/127992/

SQL Server versions tested and supported

SQL Server 2008 SP3 - SQL Server 2017 RTM.

Files also moved to GitHib https://github.com/blobeater/SQL-Server-Dashboards