Comments
-
I am an existing SQL Sentry user with a minimum on-premise 5 server license used to monitor my critical SQL Servers. I guess I'm going to ask an obvious dumb question... Can I assume any host/server that this templated dashboard monitors has to be a licensed SQL Sentry server? Like If I wish to monitor 5 more AWS cloud…
-
Sorry - replying to my/yourself. Actually in SQL Sentry - the default view is "History" - but when you switch to "Sample" you get real-time proc counts and real-time DB stats like "wait states"...etc... everything that I was hoping for. Nice!
-
Hi for SQL Sentry - for main performance analysis monitoring screen - is there small area in gui where you can list some basic data on instance - like # of processes in DB or a quick summary of top process counts by wait state. something on the main screen.
-
We have a Wednesday 10am CAB "Change Control" meeting - nothing goes to prod without Change Control approval unless it is a normal (approval not needed) but needs a CAB entry . Only Emergency changes go in out of those bounds and needs Director or Associate Director approval. And depending on the "change" needs to go thru…
-
Along with a GUI visual of total process count and/or count of current processes ordered by wait state.
-
It is a Matillion extract from AWS to on-prem SQL Server. Grabs data and throws in AWS Snowflake. On-prem SQL Server is monitored by SQL Sentry. Text Data: exec sp_execute 1 Statement is: select *,GETDATE() as DBTIMESTAMP from TESTS AA WHERE 1=1 AND ISNULL(Entry_On,'2024-10-11 12:04:53.233') >= '2024-10-11 12:04:53.233'…