Hi
for the below execute query, how to do the set up no limit time until get the sql results. because sometimes it shows timeout. everytime I have to increase the numbers but it still gets timeout.
Do I put output_2 in the circle area?
Thanks
Hi
for the below execute query, how to do the set up no limit time until get the sql results. because sometimes it shows timeout. everytime I have to increase the numbers but it still gets timeout.
Do I put output_2 in the circle area?
Thanks
Hello @koolrc812
Try to give the timeout value in the Properties of Execute query as 60000 or above.
You can try increasing the connection timeout.
"Data Source=localhost;Integrated Security=SSPI;Connection Timeout=120;"
for example.
Thanks. Conneciton Timeout been set to 60000000. still the same. will keep increase it. Thanks
thought there would be a way to set no limit. will keep increase the time out limit. Thanks heaps
Try setting -1 i guess that might take as maximum value allowed for the connection
Cheers
you mean the connect timeout set to -1?
Thanks but it says the value has to be greater than 0.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.