<%NUMBERING1%>.<%NUMBERING2%>.<%NUMBERING3%> PRTG Manual: Microsoft SQL v2 Sensor

The Microsoft SQL v2 sensor monitors a database on a Microsoft SQL server and executes a defined query.

The sensor can show the following:

  • Execution time of the whole request (including connection buildup, query execution, transaction handling, disconnection)
  • Execution time of the defined query
  • Number of rows that were addressed by the query (including SELECT statements if you process data tables)
  • It can also process the data table and show defined values in individual channels.
Microsoft SQL v2 Sensor

Microsoft SQL v2 Sensor

Remarks

  • You must store your Structured Query Language (SQL) query in a file on the probe system where you create the sensor. If you use the sensor on a remote probe, store the file on the remote probe system. In a cluster setup, copy the file to every cluster node.
  • Requires .NET 4.7.2 or later on the probe system.
  • Define credentials, custom port (if required), and timeout in the Credentials for Database Management Systems settings of the parent device, or in the settings of a group or probe above.
  • This sensor supports Microsoft SQL server 2005 or later.

icon-prtg-on-demandYou cannot add this sensor to the Hosted Probe of a PRTG hosted by Paessler instance. If you want to use this sensor, add it to a remote probe device.

Requirement: .NET Framework

icon-toolsThis sensor requires the Microsoft .NET Framework. .NET 4.7.2 or later must be installed on the probe system, either on the local system (on every node, if on a cluster probe), or on the system running the remote probe. If the framework is missing, you cannot create this sensor.

icon-book-bulbFor more information, see the Knowledge Base: Which .NET version does PRTG require?

Add Sensor

The Add Sensor dialog appears when you manually add a new sensor to a device. It only shows the setting fields that are required for creating the sensor. Therefore, you do not see all setting fields in this dialog. You can change (nearly) all settings in the sensor's Settings tab later.

The following settings in the Add Sensor dialog differ in comparison to the sensor's Settings tab.

Data

SQL Query File

Select an SQL script file that includes a valid SQL statement to be executed on the server.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

PRTG executes the script with every scanning interval. The list contains SQL scripts from the database management system-specific subfolder \Custom Sensors\sql of your PRTG installation. Store your script there. If you use the script on a remote probe, you must store the file on the system running the remote probe. If you use the script on a cluster probe, you must store the file on all servers running a cluster node.

icon-book-arrowsFor more information on how to find this path, see section Data Storage. The demo script Demo Serveruptime.sql is available by default. You can use the demo script to monitor the uptime of the target server.

For example, a correct expression in the file could be: SELECT AVG(UnitPrice) FROM Products. If you want to use transactions, separate the individual steps with semicolons ";".

icon-i-roundNote that with each request, the full result set is transferred, so use filters and limits in your query.

icon-book-bulbSee also the Knowledge Base: Why do I have to store SQL sensor queries and custom scripts in files on the probe computer?

SQL Variables

You can use the following variables in your query file to be replaced by an input parameter. This is useful if you have various SQL sensors with queries that differ in only one parameter.

  • Microsoft SQL, MySQL, PostgreSQL: @prtg
  • Oracle SQL: :prtg
  • ADO SQL: ? (question mark)

icon-i-round@prtg, :prtg, and ? are common SQL query parameters and are used in a parameterized SQL query. This means that the query and the parameter are forwarded to the database without any changes. This leads to some restrictions on the database side. For example, you cannot use variables as placeholders for table names, or as lists in IN operators.

Examples for variables usage:

SELECT * FROM Table WHERE name = @prtg

SELECT @prtg FROM Table

Data Processing

Define if you want to process data from the database:

  • Just execute the query: The sensor only shows information about the number of affected rows and the execution time of the query. Affected rows are rows that were changed by the query (for example, created, deleted, or edited).
  • Count table rows: If you execute a SELECT statement and want to monitor how many rows of the data table this statement returns.
  • Process data table: Read and analyze the queried data table. If you select this option, the sensor counts rows with SELECT statements as well.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x

This setting is only visible if you select Process data table. You can define up to 10 different channels for the data processing of this sensor. You have to define at least one data channel if you process the data table, so you see all available settings for Channel #1 without manually enabling it. Specify how to handle all other possible channels:

  • Disable: Do not add this channel to the sensor.
  • Enable: Add this channel to the sensor.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Name

This setting is only visible if you select Process data table. Enter a unique name for the channel. Enter a string. PRTG dynamically generates channels with this name as the identifier.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Mode

This setting is only visible if you select Process data table. Define how to display the determined value in the channel:

  • Absolute (recommended): Show the value as the sensor retrieves it from the data table.
  • Difference: The sensor calculates and shows the difference between the last and the current value returned from the data table. This mode is not compatible with the unit Value Lookup.

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Unit

This setting is only visible if you select Process data table. Define the unit of the channel value:

  • BytesBandwidth
  • BytesMemory
  • BytesDisk
  • Temperature
  • Percent
  • TimeResponse
  • TimeSeconds
  • TimeHours
  • Count
  • CPU
  • BytesFile
  • SpeedDisk
  • SpeedNet
  • Custom
  • Value Lookup

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

icon-book-arrowsFor more information about the available units, see section Custom Sensors.

icon-i-roundTo use lookups with this channel, select Value Lookup and define the lookup file in Sensor Channel #x Value Lookup. Do not use Custom if you use lookups with this sensor!

icon-i-blueIt is not possible to use the unit Value Lookup in combination with the Difference mode. You are not able to create the sensor in this case.

Sensor Settings

On the details page of a sensor, click the Settings tab to change its settings.

icon-i-roundUsually, a sensor connects to the IP Address or DNS Name of the parent device on which you created the sensor. See the Device Settings for details. For some sensors, you can explicitly define the monitoring target in the sensor settings. See below for details on available settings.

Basic Sensor Settings

Sensor Name

Enter a meaningful name to identify the sensor. By default, PRTG shows this name in the device tree, as well as in alarms, logs, notifications, reports, maps, libraries, and tickets.

Parent Tags

Shows Tags that this sensor inherits from its parent device, group, and probe. This setting is shown for your information only and cannot be changed here.

Tags

Enter one or more Tags, separated by spaces or commas. You can use tags to group sensors and use tag–filtered views later on. Tags are not case sensitive. We recommend that you use the default value.

There are default tags that are automatically predefined in a sensor's settings when you add a sensor. See section Default Tags below.

You can add additional tags to the sensor if you like. Other tags are automatically inherited from objects further up in the device tree. These are visible above as Parent Tags.

icon-i-roundIt is not possible to enter tags with a leading plus (+) or minus (-) sign, nor tags with parentheses (()) or angle brackets (<>).

Priority

Select a priority for the sensor. This setting determines where the sensor is placed in sensor lists. A sensor with a top priority is at the top of a list. Choose from one star (low priority) to five stars (top priority).

Default Tags

sqlsensor

Database Specific

Database

Enter the name of the SQL database to which the sensor connects (for example, MyDatabase). This is a logical entity on the database server where database objects like tables or stored procedures exist.

SQL Server Instance

Define if you want to use an instance name for the database connection:

  • No instance name required (default): Use the default instance for the connection.
  • Use instance name: Use a named instance that you can specify in Instance Name.

Instance Name

This field is only visible if you enable Use instance name. Enter the named instance that you want to monitor.

Encryption

Define encryption usage for the database connection:

  • Use server defaults (default): Only encrypt the database connection if the database server enforces encryption.
  • Enforce encryption but do not validate server certificate: Make sure that the database connection is encrypted.
  • Enforce encryption and validate server certificate: Force encryption and validate the database server certificate. This approach provides the highest level of security and helps to prevent man-in-the-middle attacks, for example.
    icon-i-round-redThe sensor only validates the certificate if the database server enforces encryption.

Data

SQL Query File

Shows the SQL script file that is executed on the server. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Use Input Parameter

Define if you want to pass a parameter to your SQL query file:

  • Don't use input parameter (default): Execute the SQL query file without using variables.
  • Use input parameter: Execute an SQL query file that contains a variable. Provide the parameter that you want to use in the query below.

Passing a parameter to your SQL query file replaces the variables @prtg (Microsoft SQL, MySQL, PostgreSQL), :prtg (Oracle SQL), or ? (ADO SQL) in the SQL query, considering the general rules for SQL variables.

Input Parameter

This field is only visible if you enable Use input parameter above. Enter the parameter that you want to pass to the SQL query file. This parameter replaces the variables @prtg, :prtg, or ? in the SQL query, considering the general rules for SQL variables.

You can also use PRTG placeholders for custom sensors (command-line parameters) as input parameters, for example, %sensorid or %deviceid. For details, see section Custom Sensors.

icon-i-roundProvide strings as they are and do not surround them with quotation marks. PRTG automatically and correctly inserts string parameters into the query.

Use Transaction

Define if you want to use transactions and if they affect the database content:

  • Don't use transaction (default): Do not execute transactions.
  • Use transaction and always roll back: The query does not change data in the database. In the SQL query file, separate the single steps of the transaction with semicolons.
  • Use transaction and commit on success: The query changes data in the database. The changes only apply if all execution steps succeed without any errors. In the SQL query file, separate the single steps of the transaction with semicolons.

Data Processing

Shows how you process data from the database. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Handle DBNull in Channel Values as

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define the sensor behavior if the query returns DBNull:

  • Error: Show a Down status if the query returns DBNull.
  • Number 0: Recognize the result DBNull as a valid value and interpret it as the number 0.

Select Channel Value by

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define how the desired cell in the database table is selected:

  • Column number: Determine the channel value by using the value in row 0 of the column whose number you specify in Sensor Channel #x Column Number.
  • Column name: Determine the channel value by using the value in row 0 of the column whose name you specify in Sensor Channel #x Column Name.
  • Row number: Determine the channel value by using the value in column 0 of the row whose number you specify in Sensor Channel #x Row Number.
  • Key value pair: Determine the channel value by searching in column 0 for the key you specify in Sensor Channel #x Key and by returning the value in column 1 of the same row where the key value was found.

Defining how the desired cell in the database table is selected is necessary to configure the cells that are used in the sensor channels.

The option you select here also defines the method of how to optionally determine a value for the sensor message. For details, see setting Use Data Table Value in Sensor Message.

icon-book-arrowsSee section Monitoring Databases for an example for channel value selection.

Sensor Channel #x

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. The setting shows if the sensor channel is disabled. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Name

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Enter a unique name for the channel. Enter a string. PRTG dynamically generates channels with this name as identifier. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Column Number

Sensor Channel #x Column Name

Sensor Channel #x Row Number

Sensor Channel #x Key

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Depending on the option you selected under Select Channel Value by, enter the respective value in the respective field:

  • Sensor Channel #x Column Number: Provide the number of the column that is used to determine the channel value in row 0. Enter an integer value.
  • Sensor Channel #x Column Name: Provide the name of the column that is used to determine the channel value in row 0. Enter a string.
  • Sensor Channel #x Row Number: Provide the number of the row that is used to determine the channel value in column 0. Enter an integer value.
  • Sensor Channel #x Key: Provide the key to search for in column 0 of the data table. The value in column 1 of the same row where the key value was found is used to determine the channel value. Enter a string.

Sensor Channel #x Mode

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. The setting shows how you want to display the determined value in the channel. Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Unit

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define the unit of the channel value:

  • BytesBandwidth
  • BytesMemory
  • BytesDisk
  • Temperature
  • Percent
  • TimeResponse
  • TimeSeconds
  • TimeHours
  • Count
  • CPU
  • BytesFile
  • SpeedDisk
  • SpeedNet
  • Custom
  • Value Lookup

Once you have created the sensor, you cannot change this value. It is shown for reference purposes only. If you need to change this value, add the sensor anew.

Sensor Channel #x Custom Unit

This setting is only visible if you select the sensor channel unit Custom. Define a unit for the channel value. Enter a string.

Sensor Channel #x Value Lookup

This setting is only visible if you select the sensor channel unit Value Lookup. Select a lookup file that you want to use with this channel.

Use Data Table Value in Sensor Message

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor. Define if the sensor message shows a value from the data table:

  • Disable: Do not use a custom sensor message.
  • Enable: Define a custom sensor message with a defined value of the data table. Define the value selection below.

The method of how to determine a value for the sensor message is defined in the setting Select Channel Value by above.

Sensor Message Column Number

Sensor Message Column Name

Sensor Message Row Number

Sensor Message Key

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor and if you enable Use Data Table Value in Sensor Message. Depending on the option you selected under Select Channel Value by, enter the respective value in the respective field:

  • Sensor Message Column Number: Enter the number of a column. The sensor message shows the value in row 0 of this column. Enter an integer value.
  • Sensor Message Column Name: Enter the name of a column. The sensor message shows the value in row 0 of this column. Enter a string.
  • Sensor Message Row Number: Enter the number of a row. The sensor message shows the value in column 0 of this row. Enter an integer value.
  • Sensor Message Key: Enter a key to search for in column 0 of the data table. The sensor message shows the value in column 1 of the row where the key was found. Enter a string.

icon-i-roundColumns and rows start with index 0.

Sensor Message

This setting is only visible if you enable Use Data Table Value in Sensor Message. Define the sensor message. Enter a string. Use the placeholder {0} at the position where you want to display the value.

Example: The message is {0}

icon-i-blueThe number sign (#) is not supported in sensor messages. If a message contains a number sign, the message is clipped at this point.

If Sensor Message Changes

This setting is only visible if you select Process data table for the setting Data Processing when adding the sensor.

Define what the sensor does when the sensor value changes:

  • Ignore changes (default): Take no action on change.
  • Trigger 'change' notification: Send an internal message indicating that the sensor value has changed. In combination with a Change Trigger, you can use this mechanism to trigger a notification whenever the sensor value changes.

Sensor Result

Define what PRTG does with the sensor results:

  • Discard sensor result: Do not store the sensor result.
  • Write sensor result to disk (File name: Result of Sensor [ID].txt): Store the last result received from the sensor to the Logs (Sensors) subfolder of the PRTG data directory on the probe system that the sensor runs on (on the Master node if in a cluster). File names: Result of Sensor [ID].txt and Result of Sensor [ID].Data.txt. This is for debugging purposes. PRTG overwrites these files with each scanning interval.
    For more information on how to find the folder used for storage, see section Data Storage.

icon-prtg-on-demandThis option is not available when the sensor runs on the Hosted Probe of a PRTG hosted by Paessler instance.

Sensor Display

Primary Channel

Select a channel from the list to define it as the primary channel. In the device tree, the last value of the primary channel is always displayed below the sensor's name. The available options depend on what channels are available for this sensor.

icon-i-roundYou can set a different primary channel later by clicking the pin symbol of a channel on the sensor's Overview tab.

Graph Type

Define how different channels are shown for this sensor:

  • Show channels independently (default): Show a graph for each channel.
  • Stack channels on top of each other: Stack channels on top of each other to create a multi-channel graph. This generates a graph that visualizes the different components of your total traffic.
    icon-i-roundThis option cannot be used in combination with manual Vertical Axis Scaling (available in the Sensor Channel Settings settings).

Stack Unit

This field is only visible if you enable Stack channels on top of each other as Graph Type. Select a unit from the list. All channels with this unit are stacked on top of each other. By default, you cannot exclude single channels from stacking if they use the selected unit. However, there is an advanced procedure to do so.

Inherited Settings

By default, all of the following settings are inherited from objects that are higher in the hierarchy and should be changed there if necessary. Often, best practice is to change them centrally in the Root group's settings. For more information, see section Inheritance of Settings. To change a setting for this object only, disable inheritance by clicking the button next to inherit from under the corresponding setting name. You then see the options described below.

Scanning Interval

Click inherited_settings_button to interrupt the inheritance. See section Inheritance of Settings for more information.

Scanning Interval

Select a scanning interval (seconds, minutes, or hours). The scanning interval determines the amount of time that the sensor waits between two scans. You can change the available intervals in the system administration on PRTG on premises installations.

If a Sensor Query Fails

Define the number of scanning intervals that the sensor has time to reach and check a device again in case a sensor query fails. Depending on the option that you select, the sensor can try to reach and check a device again several times before the sensor shows a Down status. This can avoid false alarms if the monitored device only has temporary issues. For previous scanning intervals with failed requests, the sensor shows a Warning status. Choose from:

  • Set sensor to down immediately: Set the sensor to a Down status immediately after the first failed request.
  • Set sensor to warning for 1 interval, then set to down (recommended): Set the sensor to a Warning status after the first failed request. If the following request also fails, the sensor shows an error.
  • Set sensor to warning for 2 intervals, then set to down: Set the sensor to a Down status only after three consecutively failed requests.
  • Set sensor to warning for 3 intervals, then set to down: Set the sensor to a Down status only after four consecutively failed requests.
  • Set sensor to warning for 4 intervals, then set to down: Set the sensor to a Down status only after five consecutively failed requests.
  • Set sensor to warning for 5 intervals, then set to down: Set the sensor to a Down status only after six consecutively failed requests.

icon-i-roundSensors that monitor via Windows Management Instrumentation (WMI) always wait at least one scanning interval before they show a Down status. It is not possible to immediately set a WMI sensor to a Down status, so the first option does not apply to these sensors. All other options can apply.

icon-i-roundIf you define error limits for a sensor's channels, the sensor immediately shows a Down status. No "wait" option applies.

icon-i-roundIf a channel uses lookup values, the sensor immediately shows a Down status. No "wait" options apply.

Schedules, Dependencies, and Maintenance Window

icon-i-roundYou cannot interrupt the inheritance for schedules, dependencies, and maintenance windows. The corresponding settings from the parent objects are always active. However, you can define additional settings here. They are active at the same time as the parent objects' settings.

Schedule

Select a schedule from the list. Schedules can be used to monitor for a certain time span (days or hours) every week.

icon-book-arrowsYou can create schedules, edit schedules, or pause monitoring for a specific time span. For more information, see section Account Settings—Schedules.

icon-i-roundSchedules are generally inherited. New schedules are added to existing schedules, so all schedules are active at the same time.

Maintenance Window

Specify if you want to set up a one-time maintenance window. During a maintenance window, the current object and all child objects are not monitored. They are in a Paused status instead. Choose between:

  • Not set (monitor continuously): No maintenance window is set and monitoring is always active.
  • Set up a one-time maintenance window: Pause monitoring within a maintenance window. You can define a time span for a monitoring pause below and change it even for a currently running maintenance window.

icon-i-roundTo terminate a current maintenance window before the defined end date, change the time entry in Maintenance Ends to a date in the past.

Maintenance Begins

This field is only visible if you enable Set up a one-time maintenance window above. Use the date time picker to enter the start date and time of the maintenance window.

Maintenance Ends

This field is only visible if you enable Set up a one-time maintenance window above. Use the date time picker to enter the end date and time of the maintenance window.

Dependency Type

Define a dependency type. You can use dependencies to pause monitoring for an object depending on the status of another object. You can choose from:

  • Use parent: Use the dependency type of the parent object.
  • Select a sensor: Use the dependency type of the parent object. Additionally, pause the current object if another specific sensor is in a Down status or in a Paused status caused by another dependency.
  • Master sensor for parent: Make this sensor the master object for its parent device. The sensor influences the behavior of its parent device: If the sensor is in a Down status, the device is paused. For example, it is a good idea to make a Ping sensor the master object for its parent device to pause monitoring for all other sensors on the device in case the device cannot even be pinged. Additionally, the sensor is paused if the parent group is paused by another dependency.

icon-i-roundTo test your dependencies, select Simulate Error Status from the context menu of an object that other objects depend on. A few seconds later, all dependent objects are paused. You can check all dependencies under Devices | Dependencies in the main menu bar.

Dependency

This field is only visible if you enable Select a sensor above. Click the Search button and use the object selector to select a sensor on which the current object will depend.

Dependency Delay (Sec.)

This field is only visible if you enable Select a sensor above. Define a time span in seconds for dependency delay.

After the master sensor for this dependency comes back to an Up status, monitoring of the dependent objects is additionally delayed by the defined time span. This can help avoid false alarms, for example, after a server restart, by giving systems more time for all services to start up. Enter an integer value.

icon-i-round-redThis setting is not available if you set this sensor to Use parent or to be the Master sensor for parent. In this case, define delays in the parent Device Settings or in its parent Group Settings.

Access Rights

Click inherited_settings_button to interrupt the inheritance. See section Inheritance of Settings for more information.

User Group Access

Define the user groups that have access to the selected object. A table with user groups and types of access rights is shown. It contains all user groups from your setup. For each user group, you can choose from the following access rights:

  • Inherited: Use the access rights settings of the parent object.
  • None: Users in this group cannot see or edit the object. The object neither shows up in lists nor in the device tree. Exception: If a child object is visible to the user, the object is visible in the device tree but it cannot be accessed.
  • Read: Users in this group can see the object and review its monitoring results.
  • Write: Users in this group can see the object, review its monitoring results, and edit its settings. They cannot edit access rights settings.
  • Full: Users in this group can see the object, review its monitoring results, edit its settings, and edit access rights settings.

You can create new user groups in the System Administration—User Groups settings. To automatically set all objects further down in the hierarchy to inherit this object's access rights, set a check mark for the Revert children's access rights to inherited option.

icon-book-arrowsFor more details on access rights, see section User Access Rights.

Channel Unit Configuration

Click inherited_settings_button to interrupt the inheritance. See section Inheritance of Settings for more information.

Channel Unit Types

For each type of sensor channel, define the unit in which data is displayed. If defined on probe, group, or device level, these settings can be inherited to all sensors underneath. You can set units for the following channel types (if available):

  • Bandwidth
  • Memory
  • Disk
  • File
  • Custom

icon-i-roundCustom channel types can be set on sensor level only.

More

PRTG Manual:

Knowledge Base: How to set up the SQL v2 sensors in PRTG? Is there a guide?

Knowledge Base: How can I monitor strings from an SQL database and show a sensor status depending on it?

Knowledge Base: How do I monitor the size of a Microsoft SQL Server Database?

Knowledge Base: How can I monitor error tables in SQL databases?

Knowledge Base: Why do I have to store SQL sensor queries and custom scripts in files on the probe computer?

Knowledge Base: Which .NET version does PRTG require?

Edit Sensor Channels

To change display settings, spike filtering, and limits, switch to the sensor's Overview tab and click the gear icon of a specific channel. For detailed information, see section Sensor Channel Settings.

Notification Triggers

Click the Notification Triggers tab to change notification triggers. For detailed information, see section Sensor Notification Triggers Settings.

Others

For more general information about settings, see section Object Settings.

Sensor Settings Overview

For information about sensor settings, see the following sections:

Keywords: