Hi, I'm monitoring an application that logs certain information in a database table. Is there a way to monitor the content of a SQL server table, I have a SQL query that will return rows containing specific error messages I would like to monitor. So far the only way i can see is to create an "Execute Script Monitor" with some powershell that will execute the query, but I'm wondering if there is a better way?
Thanks, Justin