July 31, 2009 at 5:16 am
Hi,
when I am running my application i am getting the following error:
A transport-level error has occurec when receiving results from the server
(provider:TCP Provider,error:0-The Specified network name is no longer available)
my application is processing huge data.its more than one lakh records.
I already kept Connection Timeout=0 in connection string and set command.CommandTimeOut=0 for each executing command.
Hope you all knows it means the application waits for reponse from server what ever be the time the server takes.
what are the reasons to get this error and how to resolve this?
thanks in advance.
July 31, 2009 at 6:52 am
July 31, 2009 at 3:20 pm
Check your errorlogs to know more about the kind of error you are getting. It can be an error related to your SQL Server or it can be something outside SQL Server(network issues, connection issues etc..)
August 5, 2009 at 6:02 am
please make sure you are connected to server. sql server generates this message when connection to server is lost.
Vivek Shukla - MCTS SQL Server 2008
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply