How do I decide what length of time to use as a timeout when using an SqlCommand object?
On parts of the code I\'m working on (written by somebody else) I have:
You should calculate how much time will take the longest possible query and probably multiply that value by 1.5 to handle server overload, network traffic, etc ...