views:

39

answers:

3

Hello all,

I just finished installing the SQL Server 2005 Developer Edition on Windows 7. Here is the question, when I first load SQL Server Management Studio, what is the server name I have to use?

Server Type: Database Engine
Server Name:
Authentication: Windows Authentication
Username: Linda-HP\Linda

So what server name should I use?

thank you

A: 

Most likely localhost or . or you computer name works for the server name if you didn't specify the name of the instance during the installation.

A_Nablsi
I have tried localhost and the computer name. Neither of them works for me. -- thank you
q0987
A: 

Server name would be Linda-HP or (local)

Andrew Barber
I have tried Linda-HP and lcoal, neight of them works for me. I didn't install IIS Feature requirement and ASP.net version registration requirement. I don't know whether that causes the problem. --thank you
q0987
@q0987: you need to specify `(local)` (**including** the parenthesis) - not just `local` - for this to work - does that work??
marc_s
A: 

Run sp_helpserver to know the instance name.

anivas