Matteo Taveggia

Results 69 comments of Matteo Taveggia

@ronascentes - I can't do that until after Azure Automation moves away from PS 7.2.0... For v22.3, I'm bumping up things a little: - Moved to net6.0 (which is what...

Hey @chlafreniere - is this something your Team own these days? If so, could you take a look into it? If not, please assign back to me... and/or we can...

Hi @van-thieu, that is not supported (at least today). Have you considered something like: ```powershell $Database = Get-SqlDatabase -ServerInstance $Server -Name $Name $Database | % { Push-Location (Convert-UrnToPath $_.Urn); Invoke-Sqlcmd...

I've moved it over to where it (may) belong, i.e. the SQLServer PowerShell repo (which I recently opened for Issues). https://github.com/microsoft/SQLServerPSModule/issues/21

@WesToleman - it was actually intentional. Based on my preliminary understanding, this has nothing to do with SMO and it's rather some SQL PowerShell issue. If that turns out to...

Oh I see. In that case, yes. I goofed up. Let me make it right. Sorry about that.

Yeah - I was thinking about having something like that while talking to the `go-sqcmd` folks. Maybe I'll revisit and add it.

> bravo GH and Microsoft, that bot is gone 🙌🏼 Actually, I just deleted those bot-things myself. :-)

Hi @van-thieu - could you expedite my investigation by providing a simple repro? A script that would create the DB/Table and the actual .ps1 you are running would be fantastic....