
SQL Server User experience monitor - THWACK
Apr 24, 2017 · I am trying to create a custom SQL template for my organization using the SAM SQL user experience monitor as AppInsight monitors haven't been very reliable for us. One of …
Where can I find SQL Server User Experience Monitor?
Sep 13, 2010 · If you need to issue custom SQL against SQL server and use this value for alerting and reporting, you are looking for "SQL Server User Experience Monitor". Go to Admin …
Component Configuration Help - SQL Server User Experience …
Apr 6, 2022 · SQL Sentry Advisory Conditions Web Help Desk Style Sheets Resources Customer Portal Create individual user accounts for your team, manage your licenses, download your …
Control SQL Server User Experience Monitor auth method
This would be handy for SQL user experience monitors as well. Right now, you give each one a credential to use, and it will try to use the credential as both a Windows account and a SQL …
SQL User Experience Count and Message - THWACK
Hi I'm trying to take advantage of the message function int he SQL User Experience Monitor which is described here SQL Server User Experience monitor . This allows me to pass a text …
SQL Server Query on alternate port - THWACK
Jan 13, 2011 · Do you have SQL Server Browser service running on those boxes? If so, then APM should be able to connect to SQL server even when it's running on a non-standard port. …
SQL Server User Experience Monitor - THWACK
Apr 29, 2020 · I have a SQL Query that returns a single integer. e.g. SELECT COUNT(*) FROM myTable This works well with the STATISTIC value variable. How can I add text to the …
Monitoring Orion NetPerfMon database (SQL User Experience …
Aug 26, 2010 · We are running SQL Server 2008 Enterprise I actually dont even really know what I am looking for, for one I would just like to pull anything just to get the response time so i can …
SQL Server log being filled with login errors by SQL Server SAM
Oct 11, 2012 · The SQL User Experience Monitor defaults to using SQL authentication first, then tries Windows authentication if that fails. This can be changed within the application template …
SAM component login randomly fails on certain queries
Oct 10, 2010 · By default SQL authentication is tried first. If that fails, Windows Authentication is used. If the credentials you are using for the SQL User Experience Monitor are in fact …