Error establishing connection to SQL Server

Asked 1 years ago, Updated 1 years ago, 93 views


from SSMS to a previously local SQL Server I was able to access it, but I can no longer access it

Please tell me how to deal with it

A network-related or instance-specific error occurred while establishing a connection to SQL Server.Server not found or inaccessible.Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error locating the specified server or instance) (.Net SqlClient Data Provider)

sql sql-server

2022-09-30 16:42

1 Answers

Didn't you specify the connection by localhost before and IP or server name now?Verify that SQL Server is configured to allow remote connections

displays the appropriate error when connecting externally unless configured via TCP/IP.


2022-09-30 16:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.