Forum Discussion

Yogesh_05's avatar
Yogesh_05
Occasional Reader
Oct 30, 2024

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"

------------------------------
ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)

For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-53-database-engine-error

------------------------------

The network path was not found

  • rodgerkong's avatar
    rodgerkong
    Iron Contributor

    Yogesh_05 

    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.

Resources