I received a request to execute a SQL Query and send an alert if it returns data. If the SQL Query returns no data/NULL data, then no alert is to be generated.
If this possible to alert on a NULL data? It's my understanding that the SQL Server User Experience Monitor performs a query, retrieves data, and compares that data to your Statistic.
Can you set the statistic to NULL? I thought the Statistic had to be a number.
Please advise.