SQL Change Automation - Increase Connection Timeout

Inside of the deploypackage.ps1 there is a code that call the sqlcmd.exe "$SqlCmdBase = 'sqlcmd.exe -b -S "' + $DatabaseServer + '" -v ' + $SqlCmdVarArguments", I need to increase the connection timeout passing a new parameter for the sqlcmd about connection timeout (" -t  99")

Answers

Sign In or Register to comment.