I have just installed SQL Server 2016 (Developer Edition) database engine on my dev machine (Windows 10).
When installing I named the instance CUBE
, with Windows authentication using the current (only) user's credentials.
I can see the instance running in Services:
When I try to login using SQL Management Studio I get the following 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...
Things I've tried:
- Checked the server is running (it is)
- Opened firewall port 1433 (no difference)
- In SQL Server Configuration Manager > SQL Server Network Configuration I've enabled Named Pipes and TCP/IP
I can't see what I'm doing wrong - can anyone help?