I am trying to connect to my local sql server 2008 instance. I am using sql server management studio 2008 R2. logindetails:
servername: .\SQLEXPRESS
authentication: Windows Authentication
username:myuser
Interesting detail maybe: when I look in the sql server configurationmanager, under sql server services , there is nothing?
Error message:
TITLE: Connect to Server
Cannot connect to mymachinename\SQLEXPRESS.
ADDITIONAL INFORMATION:
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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)