Posts
Sort by recent activity
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 ti...