SAM 2020.2.6 added Fetching Method Skip Fallback to disable specific fallback methods for component monitors. This is great!
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 account. Apparently this is by design. The problem is that this generates a lot of SQL login failures. This creates extra noise in our SQL error logs and extra work for us to validate the cause of these errors.
If we could tell the components to only use the authentication method we want, that would cut down on unnecessary errors. This would be one less thing for the SQL DBAs and support team to worry about.