Simone Bizzotto

Results 197 comments of Simone Bizzotto

I'd really want to have it locally running to see a trace since what we do is just using $server.JobServer, which returns something like this https://github.com/microsoft/sqlmanagementobjects/blob/main/src/Microsoft/SqlServer/Management/Smo/JobServerBase.cs which every job method...

I feel rob's post is "too advanced" for a quickstarter posted on the readme.md of dbatools. I found these alternatives with a quick google search https://www.alitajran.com/securely-store-credentials-powershell/ https://www.vgemba.net/vmware/powershell/Saving-PowerCLI-Credentials/ so I "vote"...

linked/relative to https://github.com/dataplat/dbatools/issues/9579

if bulkcopy didn't support GUIDs there would be zillions of users ranting. I think the culprit here is that we use an external lib (Lumen) to read the csv, and...

and what tells lumen to use a guid column when reading ? it doesn't do heuristic AFAIK, so we know that lumen supports guid, but IMHO we're not telling via...

BTW, definitely related to https://github.com/dataplat/dbatools/issues/8409 as noted in the issue, it's the same exact deal (in that case, we're not telling Lumen to output a bit, in this we're not...

so, ideally, fixable. I'll work on this and report back if there are further limitations

when the table gets autocreated all columns are nvarchar(max) so it's easy :D

I did not forget about this, something that seemed like a 50LOC update is turning into a 500LOC one. I need to play a bit with lumen's API (fortunately there...

@rezanid , @petervandivier , would you give #9479 a look, and maybe try that code as well ?