0

I have a service running on a large number of servers, that logs Windows Performance Counters to a central logging system. The service is written in .Net, and runs as the build-in account "Network Service".

This works fine on Windows 2003, but on Windows 2008 R2 the service cannot see any instances in the "SQLServer:Databases" category, or any of the other SQLServer categories. If i change the service to run as a local administrator, it sees the instances just fine.

For all non-SQLServer categories (e.g. LogicalDisk), Network Service can see the instances just fine.

Is it possible to set up the access rights, so that Network Service can see the performance counter instances? Or can anyone explain this difference between Windows 2005 and 2008 R2?

SQL Server version is 2005.

Kenny Rasschaert
  • 8,925
  • 3
  • 41
  • 58

1 Answers1

0

You should be able to access these by adding NETWORK SERVICE to the local Performance Monitor Users group...

jimbobmcgee
  • 2,645
  • 4
  • 24
  • 40