How to Enable Remote Connections in SQL Server 2014/2012/2008
When you try to connect to a SQL Server instance from a remote computer, you might receive the following error message: Cannot connect to SQL Server.An error has occurred while establishing a connection to the server. When connecting to SQL Server 2008, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified) (Microsoft SQL Server) After installing SQL Server,…