Dear sir,
I have installed a SBS2011 server with all as default setting. After installation, in SQL Configuration manager, there are 3 instances there:
- Protocol for Microsoft@@SSEE
- Protocol for SBSMonitoring
- Protocol for Sharepoint
When I open "Microsoft SQL Server Management Studio", in the server field, I type : ServerName\Sharepoint or ServerName\SBSMonitoring, it can connect DB properly.
However, when I type Servername\Microsoft##SSEE, it shows error:
Cannot connect to ServerName\Microsoft##SSEE.
Additional Information: A network-related or instance-specific error occured 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:SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server)
I have tried to read some article by typing below statement, but it still cannot connect.
np://./pipe/mssql$microsoft##SSEE/sql/query/
Error occur:
Additional Information: A network-related or instance-specific error occured 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 connectionss. (provider: Named piped provider, error: 40-could not open a connection to sql server) (Microsoft SQL Server, Error: 161)
Any advise.