Simone Bizzotto

Results 197 comments of Simone Bizzotto

I tried with an updated version and it bombs "correctly" . Going to close this but feel free to reopen in case it doesn't work

PR is good but unfortunately I think the original issue can only be resolved upgrading our library that bundles SMO to support 2022.

I concur but "nicer design pattern" for this function is another unrelated thing for what I think it's the root cause https://github.com/dataplat/dbatools/discussions/9568

BTW, a bit of time passed but it seems that with the current library 2022 is supported, as we have ``` > [Enum]::GetNames([Microsoft.SqlServer.Management.Smo.SqlServerVersion]) Version80 Version90 Version100 Version105 Version110 Version120 Version130...

Hi @ReeceGoding , when closing https://github.com/dataplat/dbatools/issues/9540 what I meant is "given it's doable in 4 lines let's not add yet another piece of code". Changing code means also adding regression...

I stick with my original idea of not adding something that can be added easily but I see @andreasjordan point, too. I'd say this can be closed (at the very...

ok, now the code is right but .... are we sure the column is there for every version ? Feature-wise, I think CDC is from 2008 onwards, and restricted to...

Get-DbaXESessionTargetFile.ps1 is quite clear. All it does is a Get-ChildItem, so it'll work "out of the box" just on windows boxes. Get-DbaXESessionTarget.ps1 too, it just does an Join-AdminUnc to build...

okay, so 1. `Get-DbaXESession -SqlInstance someinstance | Select Name, TargetFile, RemoteTargetFile` and `Get-DbaXESessionTarget -SqlInstance someinstance -Verbose | Select Session, File, RemoteTargetFile` as examples are good ? 2. Using Get-DbaXESessionTargetFile without...

sorry @andreasjordan , I'm a bit lost in here. Can I use this PR in lieu of #9667 to see if everything works ?