Andreas Jordan
Andreas Jordan
@Stuart-Moore: Can you have a look at this? I can open a pull request with the suggested change.
Let me ping @Stuart-Moore again...
The parameter was added about 6 years ago but is currently not referenced anywhere in the code. When it was added, it was referenced in the begin block: ``` if...
@FriedrichWeinmann Can you help here? Wouldn't it be best to have the same kind of feature for WinRM sessions like for SQL sessions opened with Connect-DbaInstance? Like having a dedicated...
If you think it's an issue with SqlBulkCopy - why don't you open an issue against SqlBulkCopy? As you have shown, there is nothing dbatools can do here.
My last comment was maybe too short. I don't see a quick fix. And I don't have time to do deeper investigations. So if you have the time and a...
Very good question. I will remove all those changes from this PR in the next step. And I can remove all those changes, that can not easily be reviewed.
Some background info: I have setup a local lab with three instances: instance1 is an express edition (because some tests need express), instance2 is a named instance on a fixed...
I think the tests should also support the development. So while I change the code, I run the related tests over and over again to prove that my changes don't...
Ok, I get your point. And yes, I can do the cleanup outside of the test script. Just add a note to my changes that you think are not needed...