Matteo Taveggia
Matteo Taveggia
Hi @matt-gantz - this looks like an old problem that was addressed a while back. What OS are you on? The issue back then was only for people running on...
Uhm... I don't see anything specific for "OS and .Net dependencies". Those OSes are so old that... I would think by now the world had moved forward. :) If that's...
Just make sure the new version of the module (currently v22.2.0) is being picked up by the script. Hi @GregLeeUpSearch, Older version (21.x and some early v22) did not have...
I may have finally figure out what was wrong. ```powershell ... Read-SqlTableData -ServerInstance "$($ServerName).database.windows.net" -Database $databaseName -AccessToken $access_token -SchemaName SalesLT -TableName Customer -TopN 1 | Format-Table ``` is now spitting...
The fix for this issue should roll out in v22.3.
Fixed in v22.3.0
Hi @zbrkic - I hear you. I've always been puzzled by the fact I *had* to change the extension (double ".dll") and the location) of PWSH on my machines. I...
Well, while I confirm that the "double .dll" is odd... I would not call the location it is getting (the right) DLL "random": it's the intended location where the DLL...
I'm not sure there's much I can do. I suspect it's the logic in the Microsoft.Data.SqlClient.dll that loads the SNI dll... so I'm not sure I have a way to...
Really closing as By Design.