> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/~/changes/j1RdUn49WBcajmJEmXUf/users-guide/monitoring/database-monitoring/microsoft-sql-server-monitoring.md).

# Microsoft SQL Server Monitoring

### Background

Microsoft SQL Server monitoring helps analyze the usage, performance, and metrics of the database server to optimize the performance of the applications. Getting historical data is key to measuring and analyzing performance trends to take quick actions to perform database tuning to improve our operations. &#x20;

IT-Conductor makes it easy to monitor the system's availability in real-time and historical (interval-based collectors) to correct performance bottlenecks and make troubleshooting easy and fast.

### Features

IT-Conductor allows for monitoring of performance and availability of several SQL Server components.

#### **System Performance**&#x20;

Display real-time metrics regarding the performance of the MSSQL Server in terms of active transactions, locks, checkpoints, user connections, timeouts, etc.&#x20;

![Figure 1: System Performance](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FF6uIJg4AcuMgPWgpHafG%2FSystem%20Performance.png?alt=media\&token=e7286e35-8dcb-46a1-99ac-4d05e3d0d447)

#### **Database Status and Space**&#x20;

Monitor the status of each database, database files (mdf, ldf), available space in disk, active connections, log used space %, etc.

![Figure 2: Database Status and Space](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FaHLIxNkjVOMdLTQdD2Rp%2FMS%20SQL%20Monitoring%20DB%20Stat.png?alt=media\&token=56feec76-d880-4a03-88a9-208360a6127c)

#### **Error Logs**

Provide an overlook of SQL Server and Agent events to troubleshoot related problems.&#x20;

![Figure 3: Sample Error Logs](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2Faop0tLGuBIaWXCkYO5BT%2FMS%20SQL%20Error%20Logs.png?alt=media\&token=f9d23e06-8c27-45a4-b145-0074aa8e091d)

#### **Backups**

Identify backup files that might contain any error due to a problem with the database while the backup is running.<br>

![Figure 4: Backups](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FvxsPxqvuiII83DJtZhRD%2FMS%20SQL%20Backups.png?alt=media\&token=095d0d47-8642-4897-b0b7-0772d09a58b1)

#### **Agent Jobs**

Monitor if the MSSQL Agent is enabled or disabled and get notifications about failed jobs to prevent missing backups or critical tasks running as scheduled jobs and identify which step the job failed.

![Figure 5: Agent Jobs](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FCZ95oEOcHyvC8yOcanRn%2FMS%20SQL%20Agent%20Jobs.png?alt=media\&token=1985e3b2-9bf1-49db-b5b9-2805664f5403)

#### **Linked Servers Connectivity**

Monitor the status of the linked server and identify why remote connections are broken.

![Figure 6: Linked Server Connectivity](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FiZHmLP789v0kPuzpOQkr%2FLinked%20Server.png?alt=media\&token=6b09c5f0-d10f-4bb5-8e37-ea79a27643e9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.itconductor.com/~/changes/j1RdUn49WBcajmJEmXUf/users-guide/monitoring/database-monitoring/microsoft-sql-server-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
