Comments
4 comments
-
I am looking if there's a way to do this and will get back to you soon
-
I am afraid that it is not possible to change this setting
-
Maybe this point should be considerable for a future version, as a new arguments into (SqlCmdVarArguments), ok anyway thank you for your help.
-
Thanks for your feedback, if you wish to you can post this as an idea on the SQL Change Automation uservoice forum at:
https://redgate.uservoice.com/forums/267000-sql-change-automation
Add comment
Please sign in to leave a comment.
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")