PowerUpSQL
PowerUpSQL copied to clipboard
Fix timeout
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