
You can find the SQL Server configuration manager from the below path. The file name will be different based on which version of SQL Server. C:\Windows\SysWOW64\SQLServerManager15.msc


Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SELECT registry_key, value_name, value_data
FROM sys.dm_server_registry
WHERE registry_key LIKE '%SuperSocketNetLib%'


