Simone Bizzotto

Results 201 comments of Simone Bizzotto

I feel that maybe @Stuart-Moore can weigh in on those, not sure if it's something intended or just a hiccup.

this would probably work just for "fixed" proxies. Evaluating, e.g., a PAC file would be .... a better fix, if .net has already a method for it ?

https://en.wikipedia.org/wiki/Proxy_auto-config

that's the same thing would happen for bulk load (which is what Copy-DbaDbTableData uses) so .... what would you expect ?

the problem is not on the source, but on the dest. selecting from computed columns has no limits (e.g. your source has computed columns, and the dest doesn't, but you...

Adding that the same "feature" should reside also on Write-DbaDbTableData's side, which has the same underlying limits. IMHO a better suited "please copy the data over the best you can,...

I think this happened before and in order to avoid changing everything, we should make sure (and state somewhere in written form) that targeting Azure sql db needs always a...

may I ask "invalid how" ? i.e. what happened vs what you expect .

Hum, I don't think we expect neither support to have names quoted by square brackets, you need to use the "bare string" .... powershell doesn't need escaping for strings so...

hum, yeah but you're using the same stringed variable for totally different needs. Get-DbaDbTable is a bit more flexible letting you pass to -Table the quoted names (if you don't...