Hi, i need to setup sensor to monitor last update to a sql table, and monitor / error if over 24 hrs old.. eg sql : SELECT TOP 3 [LastSync] FROM [database].[application].[table] order by LastSync desc result: LastSync 2020-06-05 19:30:01.820 2020-06-05 19:30:01.747 2020-05-23 02:10:21.843
Microsoft SQL v2 sensor does not seem to do the job... can anyone advise if this can be done ?
cheers
Add comment