How do we setup a persistent database connection in SAM? Our DBAs are not happy with how many connections SW is opening.
We have to check 96 data points in a database once a minute for two difference sites. 192 sessions a minute for 2 monitors is causing some aggravation. Is there a way to open one connection for all 96 checks or to keep one session open for multiple checks?