General Network Error & SQL Cursors?

R

Raterus

Has anyone experienced a "General Network Error" while executing a Stored Procedure that uses T-SQL Cursors?

Of course this error has to occur at random times, so I don't know exactly what is causing it, but it is always with one specific stored procedure, and this stored procedure is the only one that uses cursors. I ONLY get this error when using ADO.net & ExecuteNonQuery, when I run the query from query analyzer I don't get the error. I've also ran this code on other computers, and haven't gotten the error yet. But if there was something wrong with the network wiring of my computer, why is it only THIS procedure I'm having problems with? Very weird..

Any ideas?
--Michael
 
V

Val Mazur

Hi,

Are you using SSL encryption or not?

--
Val Mazur
Microsoft MVP


Has anyone experienced a "General Network Error" while executing a Stored
Procedure that uses T-SQL Cursors?

Of course this error has to occur at random times, so I don't know exactly
what is causing it, but it is always with one specific stored procedure, and
this stored procedure is the only one that uses cursors. I ONLY get this
error when using ADO.net & ExecuteNonQuery, when I run the query from query
analyzer I don't get the error. I've also ran this code on other computers,
and haven't gotten the error yet. But if there was something wrong with the
network wiring of my computer, why is it only THIS procedure I'm having
problems with? Very weird..

Any ideas?
--Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top