Marc Mauri
Marc Mauri
I am having problems too. I was unable to connect a Linked Server to CH on SQL Server 2016 & 2019. This might help to isolate the issue:  And...
Sorry, forgot to tell you the driver version:  Thanks for your help .
Well, I finally found the issue, the problem is the driver name on the linked server tests on the repo is not correct (maybe has been changed recently) Will submit...
Thank you very much Andy, I will remove the imports. This should be a common issue, that maybe have to be in the README file.... Thanks again for your help!...
Oops! just saw you already did it. Thanks
The approach shown by @StephenOTT works, but I had to inject the JS runtime to make it work with Blazor server ``` private async Task InitEditor() { await editor.SetModel(await Global.CreateModel(jsRuntime,...