Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How does SQL Server clear up orphaned connections?

user-image
Question ajoutée par asif ali , Senior Marketing Manager & IT Administration , BEXIMCO GROUP (BEXTRADE LIMITED)
Date de publication: 2019/02/14
asif ali
par asif ali , Senior Marketing Manager & IT Administration , BEXIMCO GROUP (BEXTRADE LIMITED)

t doesn’t. SQL Server never terminates a connection unless explicitly told to do so (i.e., by a user, by a KILL command, or by the operating system informing it that the network connection has been disconnected).

The length of time it takes for the operating system to kill a network connection can vary greatly. It largely depends on the net-lib and network protocol used.

Typically, named pipe connections over NetBEUI will time out quickly. Named pipes over IP will time out almost as quickly as well. If you’re using TCP/IP sockets, those sessions don’t time out at all by default.

More information on troubleshooting orphaned connections in SQL Server is available here.

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?