PowerUpSQL icon indicating copy to clipboard operation
PowerUpSQL copied to clipboard

Fix timeout

Open nullbind opened this issue 5 years ago • 0 comments

Large queries currently timeout even with the -timeout flag set, because you are missing the following line in the get-sqlquery function.

$Command.CommandTimeout=$TimeOut

nullbind avatar Jul 19 '19 21:07 nullbind