-
Notifications
You must be signed in to change notification settings - Fork 14
Description
T-SQL Flex is a great tool, I really appreciate your effort and generosity in making it. However I find it is only useful to me for small queries as I always get a timeout error on any more complicated long-running queries (over 30 seconds).
I'm not sure if this is a problem with T-SQL Flex or a lack in my understanding of how to use it, but even if I set query timeout on my server connection to 0 (the default) and fool around with connection timeout properties, it doesn't affect this, so I don't know where to go to fix it.
This is the message I get:
--There were 1 exception(s) encountered while running the query.
--Error: "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.".
Please let me know how I can fix this...