In .Net v1.1 I am calling 4 stored procedures in a single execute
reader statement which is timing out after 30 seconds. However the same
SQL statement can be run in SQL 2005 Management Studio as the same user
in under 1 second.
This has worked in the same code to another set of 4 stored procedu...
more >>