Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 "A transport-level error has occurred when sending

Author  Topic 

arun123
Starting Member

4 Posts

Posted - 2008-11-14 : 01:03:04
"A transport-level error has occurred when sending the request to the server. (provider: Named Pipes Provider, error: 0 - An unexpected network error occurred.) "

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-11-14 : 02:04:45
It probably means you have lost the connection to the database server.
Reconnect and try again.



E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page

lionofdezert
Aged Yak Warrior

885 Posts

Posted - 2008-11-14 : 02:10:34
Right click on your working area(query tab) select connection and then click CONNECT. You current session had lost its connection with server... just reconnect
Go to Top of Page

lionofdezert
Aged Yak Warrior

885 Posts

Posted - 2008-11-14 : 02:11:58
PESO YOU MUST HIT 20000, today ... We want to celebrate (Its will be really a big achievement)
Go to Top of Page

arun123
Starting Member

4 Posts

Posted - 2008-11-14 : 03:37:39
I have creating Database through .NET with SQL Commands that time it occurs.

"A transport-level error has occurred when sending the request to the server. (provider: Named Pipes Provider, error: 0 - An unexpected network error occurred.) "

The above error come in the scenario:

2 methods of create Database.
1) Blank Database created & Recreate it then it doesn't show error.
2) Some tables in Database are filled & Recreate databse then it shows error.



quote:
Originally posted by Peso

It probably means you have lost the connection to the database server.
Reconnect and try again.



E 12°55'05.63"
N 56°04'39.26"


Go to Top of Page
   

- Advertisement -