Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

local Server not showing up

0 views
Skip to first unread message

Ed

unread,
Nov 14, 2009, 11:18:01 PM11/14/09
to
I just installed Windows 7 64-bit with SQL Server 2008 Enterprise and VS
2008. When I try to create a connection to a database, and hit Refresh to
have the available servers show up, it only shows SQLEXPRESS but not
MSSQLSERVER. I went into the Configuration Manager and disabled SQLEXPRESS
and left only MSSQLSERVER running, and it still only shows SQLEXPRESS. If I
type in (local) as the server name, it will work (if I type in MSSQLSERVER,
it does not work). This happens everywhere I'm asked for a server name,
including e.g. when I log onto SSMS or when I try to set up a connection
string in VS. How do I get MSSQLSERVER to show up on the server list?
--
Ed

Erland Sommarskog

unread,
Nov 15, 2009, 5:47:07 AM11/15/09
to

To connect to the default instance, all you need to do is type a single
period for the server name, at least in SSMS.

MSSQLSERVER will not show up, because that is not the instance name. You
might see the name of your machine.

By the way, I would not expect it to be supported to run Enterprise
Edition on a workstation operating system.


--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

Charles Wang [MSFT]

unread,
Nov 15, 2009, 11:05:53 PM11/15/09
to
For a default instance, the instance name is the machine name. You can
manually type the machine name into the server name field for a connection.
After that, the next time you open the SSMS, the server name should appear
in the list.

Best regards,
Charles Wang

Ed

unread,
Nov 17, 2009, 12:52:53 AM11/17/09
to
That works for SSMS. However, for example, when I'm in Visual Studio (2008
SP1), and I click on Solution Explorer->Project->Settings, and I try to enter
a Connection String, and I click the ellipsis (...), and I click the pulldown
menu for Server name, it's still not showing ASUS3 (the name of my PC). If I
manually type in "ASUS3" or "(local)" or ".", it will work, but it is
annoying that ASUS3 doesn't come down on the pulldown menu. I have another
PC operating the exact same operating system (Windows 7 64 bit) with the
exact same software included, and it does show the computer name (ASUS2 in
that case) on the pulldown menu.
--
Ed


""Charles Wang [MSFT]"" wrote:

> .
>

Rick Byham, MSFT

unread,
Nov 17, 2009, 10:54:42 AM11/17/09
to
A long shot guess. Is the SQL Server Browser service running? That's the
component that provides the SQL Server instance name to the client drop down
box in SSMS. But I don't know if VS queries the same way.
--
Rick Byham, MSFT
(Implies no warranty or rights)


"Ed" <E...@discussions.microsoft.com> wrote in message
news:B7A6C7EA-98B0-42EB...@microsoft.com...

Charles Wang [MSFT]

unread,
Nov 18, 2009, 4:38:38 AM11/18/09
to
What is the kind of project in your Solution Explorer?

Best regards,
Charles Wang

0 new messages