Hi Andy, I have a server where I have 2 instances, default and a named 1. When I execute the styatement
SELECT *
FROM sys.dm_os_performance_counters
WHERE counter_name = 'User Connections';
In the default, I get 11, in the named instance I get 7 and in perfmon at the same time I have 9 so 3 different figures, how this can be interpreted? Thanks