Hi,
Is there any equivalent configuration that can be done in MSSQLServer for the following configuration in Oracle?
sqlnet.expire_time
(This enables dead connection detection, that is, after the specifed time (in minutes) the server checks if the client is still connected. If not, the server process exits. This parameter must be set on the server. )
------------------
Pradeep K R