Home » Blog » Reply » Reply To: Error in SQL Server 2000

Reply To: Error in SQL Server 2000

Stephen West ~ Modified: September 10th, 2015 ~ ~ 1 Minute Reading

Home Forums Error in SQL Server 2000 Reply To: Error in SQL Server 2000

#625 Score: 0
Stephen West
Moderator
4 pts

When the SQLCommand.CommandTimeout is set to zero, you expect an infinite timeout. However, versions 1.1 and 1.0 of the SqlClient provider incorrectly timeout when a response from SQL Server is broken into two packets. Immediately upon receipt of the second packet, versions 1.1 and 1.0 of the provider incorrectly timeout. The fix that is included in this article fixes this issue so that the command will have an infinite timeout.