Skip to content

Latest commit

 

History

History
168 lines (98 loc) · 11.1 KB

File metadata and controls

168 lines (98 loc) · 11.1 KB
title Server Performance and Activity Monitoring | Microsoft Docs
ms.custom
ms.date 08/09/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
activity monitoring [SQL Server]
traces [SQL Server], how-to topics
monitoring server performance [SQL Server], activity monitoring
stored procedures [SQL Server], traces
performance [SQL Server], servers
servers [SQL Server], performance
SQL Server Profiler, how-to topics
SQL Server Management Studio [SQL Server], monitoring system
Profiler [SQL Server Profiler], how-to topics
ms.assetid f9abe48d-d6e9-4c38-a355-fc5eb5a95a25
caps.latest.revision 18
author JennieHubbard
ms.author jhubbard
manager jhubbard

Server Performance and Activity Monitoring

The goal of monitoring databases is to assess how a server is performing. Effective monitoring involves taking periodic snapshots of current performance to isolate processes that are causing problems, and gathering data continuously over time to track performance trends. [!INCLUDEmsCoName] [!INCLUDEssNoVersion] and the [!INCLUDEmsCoName] Windows operating system provide utilities that let you view the current condition of the database and to track performance as conditions change.

The following section contains topics that describe how to use [!INCLUDEssNoVersion] and Windows performance and activity monitoring tools. It contains the following topics:

In This Section

To perform monitoring tasks with Windows tools

To create SQL Server database alerts with Windows tools

To perform monitoring tasks with Extended Events

To perform monitoring tasks with SQL Server Management Studio

To perform monitoring tasks with SQL Trace by using Transact-SQL stored procedures

To create and modify traces by using SQL Server Profiler

To start, pause, and stop traces by using SQL Server Profiler

To open traces and configure how traces are displayed by using SQL Server Profiler

To replay traces by using SQL Server Profiler

To create, modify, and use trace templates by using SQL Server Profiler

To use SQL Server Profiler traces to collect and monitor server performance