0UserName
0UserName
@tpeczek , thanks. As I see, interaction with the client is carried out through `HttpResponse`, in addition, there is no mechanism for identifying connections. This is probably not a problem...
I think using named instances is expected, but using listeners also works, except for showing details by nodes in `sql/servers` in [GetAvailabilityGroups](https://github.com/opserver/Opserver/blob/ddb2c72ca298b7af9ced4a5bc0aad7b41113aa1b/Opserver.Core/Data/SQL/SQLCluster.cs#L21). @NickCraver, what do you think about using listeners...
Is it possible get feedback?
@adutton, why do you need `EXEC sp_MSforeachdb 'use [?]; CREATE USER opserver FOR LOGIN opserver;';` if only two database have some permission `GRANT`?
Hi! I looked at an example, but there was a question. Dependencies for new codecs (wrappers over calls) should be included in the current project or go independently - a...
> So the idea is to write the example, then it is up to the user to decide to add the dependency. That is, no need to integrate the codec...
@AArnott, is there any progress? I am trying to use the latest stable version for analysis of 64 bit dump, but ran into something similar. **Actual behavior** ``` 0:000> .load...
Unfortunately, I can not share the dump, as this will be a violation. I will try to reproduce the situation on a test dump and maybe I'll try to debug...
If I understand correctly, then the problem is related to this: > The App.Metrics.Extensions.Collectors.EventListeners.GcEventListener listens for GCHeapStats_V**1** event, which is no longer emitted in .NET 5. The new version is...
> or do we need to fork? I think this can be considered the answer. I couldn't find the author's contacts for clarification, so..