JSI Tip 10133. How to troubleshoot orphaned connections in SQL Server?

Jerold Schulman

February 6, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Microsoft Knowledge Base Article 137983 contains the following summary:

When a Microsoft SQL Server client disconnects from a SQL Server server, the connection process should be cleared up on the server side. If the connection processes are not cleared up for any reason, they become "orphaned" or "ghost" processes. These processes may use up valuable resources such as locks and user connections. The orphaned processes are typically caused by improper closing of client applications and network-related problems, and the remedies usually require troubleshooting client applications and fine- tuning network configurations.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like