From: erwinleonardi on
Hi there,

I build an application on top of SQL Server 2005. If my dataset is
quite big, then there is an SQL exception as following.

com.microsoft.sqlserver.jdbc.SQLServerException: An exception occurred
during the DBComms.receive method. Operation: Connection reset.
Context(1) [Thread[main,5,main], IO:a2dce, Dbc:558d2]. PktNum:0.
TotalReceived:0. PktSize:4,096.

For different data sets, the above exception may occur on different
SQL query.

Can you help me to solve this problem?

Thanks
Erwin