P
Patrick Shroads
I am trying to figure out how perfmon retrieves values for SQL Server
counters -- for instance the number of user connections or the number
of locks. I would think that SQL Server would have to be queried for
that information but perfmon doesn't seem to connect to SQL Server at
all. If I run a Profiler trace and then gather SQL Server counters in
perfmon I see nothing that looks like it's perfmon connecting to SQL
Server. If I do a "netstat -a" on the remote machine running SQL
Server and then connect to it with perfmon the only connection from my
machine is:
Proto Local Address Foreign Address State
TCP devsql:netbios-ssn ppc-025932:1924 ESTABLISHED
Any idea where the SQL Server counter data is being retrieved from?
Thanks
counters -- for instance the number of user connections or the number
of locks. I would think that SQL Server would have to be queried for
that information but perfmon doesn't seem to connect to SQL Server at
all. If I run a Profiler trace and then gather SQL Server counters in
perfmon I see nothing that looks like it's perfmon connecting to SQL
Server. If I do a "netstat -a" on the remote machine running SQL
Server and then connect to it with perfmon the only connection from my
machine is:
Proto Local Address Foreign Address State
TCP devsql:netbios-ssn ppc-025932:1924 ESTABLISHED
Any idea where the SQL Server counter data is being retrieved from?
Thanks