I am trying to connect to MS SQL Server 2008 R2 Express Edition through a Remote computer. I am getting this error :
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)
On running SELECT CONVERT(char(20), SERVERPROPERTY('InstanceName')) instancenameting
I get NULL
as the instance name. I have started SQL Browser service, checked TCP/IP are enabled.
What else can be done?