load balance timeout SQL connection string

Posted by george9170 on Stack Overflow See other posts from Stack Overflow or by george9170
Published on 2010-04-30T16:44:15Z Indexed on 2010/04/30 16:47 UTC
Read the original article Hit count: 186

Filed under:
|

It seems that if there is a sql memory leak somewhere and you dont have time to find it you can use the load balance timeout option in a sql connection string to destory the connection after x seconds.

Am i right in assuming I can set the load balance time out to 30-40 seconds and then hunt for the leak latter, while in the mean time the leak will not affect my application too much.

© Stack Overflow or respective owner

Related posts about sql

Related posts about c#