Login

Javascript must be enabled to download our products and perform other essential functions on the website.

ionicons-v5-m
ionicons-v5-j
Buy Now Download Free Trial
ionicons-v5-m
ionicons-v5-f

Database Monitor

Currently Microsoft's SQL Server is the only database supported by this monitor.

A Database Monitor can be created directly, or it can be created from the Database Server Monitor.

The Database Monitor needs a connection string to connect to the target database.

ionicons-v5-h

For help coming up with the proper connection string, please see:

https://www.connectionstrings.com/sql-server/

In this step, you do NOT need to specify a Database parameter yet. So one of the two connection strings below will probably work:

Using Trusted_Connection

Driver={SQL Server Native Client 10.0}; Server=<your_servername_here>; Trusted_Connection=yes;

Using Username/Password

Driver={SQL Server Native Client 10.0}; Server=<your_servername_here>; UID=<your_username>; PWD=<your_password>;

When this monitor is created via the Database Server Monitor, the connection string is automatically generated for you based on the connection string used in the Database Server Monitor. You can edit it as needed.

The Database Monitor has two tabs that control what it will watch. It can watch and alert on the status which involves the database's backup and recovery model. To watch that the database itself is up, use the Database Server Monitor above.

The other tab lets you monitor the size of the database and its transaction log.

Standard Configuration Options

Like all monitors, this monitor has standard buttons on the right for Adding Actions, setting Advanced Options and setting the Monitor Schedule.

PA Server Monitor

Help Map