It would be great if we could store and utilize other credentials from the Credential Library into our monitors. If the credential used to monitor the server is different than the account required for SQL database access, the only way around this is to hard-code a username/password for SQL in the script. I hate doing this for security reasons. Instead of just have ${CREDENTIAL} available, allow us to reference other credentials in the library in a similar method such as ${CREDENTIAL:username}.