Core component of SQL Server for storing, processing, and securing data
I solve it by using power shell, hope it helps for someone else.
Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I installed SQL Server 2025, but when I try to enable TCP/IP from SQL Server Configuration Manager, the Client Protocols field is empty. I've tried everything: uninstalling, reinstalling, checking ports, using snap-ins—I'm at a loss. I have the correct version, permissions, etc., but nothing appears.
Core component of SQL Server for storing, processing, and securing data
Answer recommended by moderator
I solve it by using power shell, hope it helps for someone else.
Thanks!
This is expected. The Client Protocols node in SSCM is a holdover from older versions of SQL Server, and particularly older versions of the ODBC and OLE DB drivers that shipped with these versions of SQL Server.
Recent versions do not support being controlled through SSCM.
Is there any particular reasons you want to fiddle the the client-side protocol settings? Normally, you only modify the protocols for the server itself.
Give the following a try
https://stackoverflow.com/questions/76096932/client-protocols-and-alias-missing-on-sql-native
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin