Msg 10054 – SQLSERVERLEARNER https://sqlserverlearner.com LEARN SQL SERVER ONLINE Wed, 27 Jun 2012 10:48:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Msg 10054, Level 20, State 0, Line 0 https://sqlserverlearner.com/2012/06/27/msg-10054-level-20-state-0-line-0/ https://sqlserverlearner.com/2012/06/27/msg-10054-level-20-state-0-line-0/#respond Wed, 27 Jun 2012 10:48:31 +0000 https://sqlserverlearner.azurewebsites.net/2012/06/27/msg-10054-level-20-state-0-line-0/ Error Message:

.Net SqlClient Data Provider: Msg 10054, Level 20, State 0, Line 0
A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 – An existing connection was forcibly closed by the remote host.)

This error Occurs when the connection is forcibly closed by SQL Server.

Possible Reasons:
– When the connection was IDLE for a long time
– SQL Server Service is restarted / Stopped
– The database to which the connection is connected to is restored
– KILL Command is issued by any other user.

Resolution/fix:
Try to reconnect to the server

]]>
https://sqlserverlearner.com/2012/06/27/msg-10054-level-20-state-0-line-0/feed/ 0