A
AC
Dim com As New SqlClient.SqlCommand("OurRoutine")
com.CommandTimeout = 1200 'let it run forever, well 20 minutes anyway
When I set the timeout to 1200 for 20 minutes, I still get timeouts in 30
seconds... Our routine runs in just about 30 seconds, so sometimes it times
out and others it does not.
Any reason why this is being ignored? We're still using .NET 1.1
com.CommandTimeout = 1200 'let it run forever, well 20 minutes anyway
When I set the timeout to 1200 for 20 minutes, I still get timeouts in 30
seconds... Our routine runs in just about 30 seconds, so sometimes it times
out and others it does not.
Any reason why this is being ignored? We're still using .NET 1.1