How to connect to local instance of SQL Server 2008 Express

Posted by Billy Logan on Server Fault See other posts from Server Fault or by Billy Logan
Published on 2010-02-11T02:23:42Z Indexed on 2010/04/26 0:03 UTC
Read the original article Hit count: 481

Filed under:
|
|

I just installed SQL Server 2008 Express on my windows 7 machine. I previously had 2005 on here and used it just fine with the old SQL Server Management Studio Express. I was able to connect with no problems to my PC-NAME\SQLEXPRESS instance.

I uninstalled 2005 and SQL Server Management Studio Express. I then installed SQL Server 2008 Express on my machine and elected to have it install SQL Server Management Studio.

Now, when I try to connect to PC-NAME\SQLEXPRESS (with Windows Authentication, like I always did), I get the following message:

Cannot connect to PC-NAME\SQLEXPRESS. 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) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476

When I went to the help link it mentions, the help page suggests the following:

* Make sure that the SQL Server Browser service is started on the server.
* Use the SQL Server Surface Area Configuration tool to enable SQL Server to accept remote connections. For more information about the SQL Server Surface Area Configuration Tool, see Surface Area Configuration for Services and Connections.

I did try starting the SQL Server Browser, but don't see that the Surface Area Configuration is installed with this express version.

I had seen another user with an almost exact same issue that was missing the database engine on install. If that were the case how could i test for that and where would i go to download that install.

Thanks in advance, Billy

© Server Fault or respective owner

Related posts about sql

Related posts about sql-server-2008