Groups | Blog | Home
all groups > sql server clients > april 2004 >

sql server clients : error executing query


Warren
4/7/2004 10:51:04 AM
I have a database running on MSDE it was working fine. Recently when I try to select from the database I am getting the following error after a few records have been returned. All of the tables are giving this problem. Not sure what to do

[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionCheckForData (CheckforData())
[Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation

Connection Broke
Bojidar Alexandrov
4/8/2004 1:59:51 PM
These are network problems - update your drivers for network card, check
cables and so on.
You can try also to run from command prompt "ping -t yourserver" and see if
there are lost packets.
Just in case do a db check from query analyzer - "DBCC checkdb"

Bojidar Alexandrov

AddThis Social Bookmark Button