G
Guest
I created a couple of custom performance monitor counters. Basically I have
a service that runs and updates the counter on an interval as often as once
per second.
So the question is, for performance on the SQL Server and the app itself, so
I establish the connection once and maintain it until the service is stopped,
or do I reconnect every time the counters get updated?
(It's a small query, just reading blocks and database names from a couple of
the master tables.)
Thanks.
Jerry
a service that runs and updates the counter on an interval as often as once
per second.
So the question is, for performance on the SQL Server and the app itself, so
I establish the connection once and maintain it until the service is stopped,
or do I reconnect every time the counters get updated?
(It's a small query, just reading blocks and database names from a couple of
the master tables.)
Thanks.
Jerry