This function sets the SQL command timeout value (default is 30 seconds) so that large, complex or slow-responding queries do not timeout.
Syntax:Query, CommandTimeout, seconds
Parameters:
seconds – the number of seconds of network time for the SQL command to complete
Examples:
Query,commandtimeout,90
Sets the query timeout value to 90 seconds.
Comments:Note that this is a command timeout, not a connection timeout, so it does not compensate for slow network links.
|