Hi @SensibleMAneuDA ,
SQL Server Configuration Manager Missing
Please find the file C:\Windows\System32 folder, find out if the SQLServerManager15.msc file exists(corresponding to the SQL Server 2019 version), you can double-click o it and also can make a shortcut on the desktop if you want.
https://learn.microsoft.com/en-us/sql/relational-databases/sql-server-configuration-manager?view=sql-server-ver15
SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified
1) Make sure your server name is correct, e.g., no typo on the name.
2) Make sure your instance name is correct and there is actually such an instance on your target machine. [Update: Some application converts \ to . If you are not sure about your application, please try both ServerInstance and Server\Instance in your connection string ]
3) Make sure the server machine is reachable, e.g, DNS can be resolve correctly, you are able to ping the server (not always true).
4) Make sure SQL Browser service is running on the server.
5) If firewall is enabled on the server, you need to put sqlbrowser.exe and/or UDP port 1434 into exception.
https://techcommunity.microsoft.com/t5/sql-server-blog/sql-network-interfaces-error-26-error-locating-server-instance/ba-p/383277
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.