Forum Discussion
Yogesh_05
Oct 30, 2024Occasional Reader
Connect Remote SQL server with SSMS issue
I am trying to connect the SQL Server Remote user with SSMS but I face the below issue TITLE: Connect to Server ------------------------------ Cannot connect to "blank_for_security" -----------...
rodgerkong
Oct 30, 2024Iron Contributor
On your server side, open SQL Server Configuration Manager to check protocol. If "Named Pipes" status is Disabled(which is default after install) turn it to Enabled, then try connect again.
Or, read the document from the link in the message.
dalek
Jan 11, 2025Copper Contributor
Adding to rodgerkong
Ensure that the TCP/IP is enabled. On the Connect to Server, make sure to check the "Trust the server certificate" box and click ok.