Comments
-
I see this feature was implemented in the "Details" view as well. Thank you!
-
Updating here, for the record, that "Blocking" and "Deadlock" tabs are now available in the web portal for all monitored target types. However, the "Deadlocks" and "Indexes" tabs are still missing for Azure SQL DB targets in the SQL Sentry Windows Client. They all do exist for Amazon RDS for SQL Server in the Windows…
-
Hi @"suril.jasani" , is there any progress on this important feature?
-
Hi @"suril.jasani" , are there any plans to implement such an important security feature?
-
This should be something that's easy to fix... Any plans for it?
-
I have just noticed that these new columns were added to the Top SQL tab in 2022.4! Great work! However, they're only visible in the "Totals" view. They're still missing in the Details view. Can you please make this improvement in the Top SQL "Details" view as well?
-
That's not going to be helpful as long as the SQL Sentry Portal doesn't support mobile devices :/
-
It would be best to have "Deadlocks" available for Azure SQL Databases as well, although I understand there are technical difficulties in that regard. But "Blocking SQL" missing for Amazon RDS for SQL Server is very weird and very limiting. Please, at least add that.
-
@"jeet.singh" this is potentially a serious security issue
-
Hi Suril! Is there any progress with this item? We're getting complaints from customers using non-Windows machines (such as iOS), where this 401 prompt isn't supported.
-
These metrics should be accessible by creating a custom dashboard in the portal.
-
We have the same issue.
-
Hi Kerry, Once we updated our version to 2021.18, the Start Page started crashing. After some investigation, we found that this happens because the underlying SQL command is being SQL injected with a list of monitored objects for an IN() operator. Once there are too many monitored targets and advisory conditions, this…
-
Hi, We developed our own variation of this condition. Its query looks something like this: SELECT TxDesc = 'SPID ' + QUOTENAME(CAST(s.spid AS varchar(6))) + ' is sleeping since ' + QUOTENAME(CONVERT(VARCHAR(19), s.last_batch, 120)) + ' with open transaction(s). hostname: ' + QUOTENAME(RTRIM(s.hostname)) + ', IP: ' +…