Open nullbind opened 5 years ago
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
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