tn-5
Results
2
comments of
tn-5
Looks like separate `ConnectionTimeout` (to establish the connection) and `QueryTimeout` (to execute the actual SQL) paramters are needed for all commands, especially for those that are expected to be long...
Yes, `Invoke-Sqlcmd` works since it supports the `QueryTimeout` parameter. Then you however lose the nice features of `Restore-SqlDatabase` like the progress indicator etc.