No time limit for SQL query

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.

image
image

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.

1 Like

@koolrc812

Try giving a very high value for timeout…so it executes till there is no error

Cheers

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

1 Like

@koolrc812

Try setting -1 i guess that might take as maximum value allowed for the connection

Cheers

you mean the connect timeout set to -1?

@koolrc812

Try setting timowout property to -1 yea

Cheers

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.