Get CPU utilization history in SQL Server

Note:  Best viewed in Internet Explorer 6 and above Implementation: How to get CPU utilization history in SQL Server. Scenario: Lets find out the CPU Utilization history based on minutes/hours. Infrastructure:The below query/procedure has been run/tested successfully on sql server 2008 R2. Steps: Create the table from using below query in any database-One time table creation. USE [master] …

Continue reading Get CPU utilization history in SQL Server