Using the SQL Query Builder
- Last Updated: December 11, 2024
- 1 minute read
- WhatsUp Gold
- Version 2024
The SQL Query Builder dialog assists in developing proper query syntax for SQL Query active monitors.
To use the SQL Query Builder:
- From the Select a ADO/Windows Credential dialog, select the ADO or Windows credential you for which you want to build the query or click browse (...) to select credentials from the Credentials Library.
- Click OK. The SQL Query Builder dialog appears.
- Select the database you want to use to build the query in the Database (Catalog) box.
- Select the database table you want to use to build the query in the Table/View box.
- Select the database columns you want to use to build the query in the Columns box.
- Select All. Select this option to select all of the columns in the database table.
- Deselect All. Select this option to clear the selection of the columns in the database table.
As you specify the database query selections, the SQL Query box updates to verbally illustrate the query you have configured.
- Click OK.