

I have installed SQL Server Management Studio 2005. I can’t find my server name when I click browse for more but i know that my server name will be the same as the user name as in the picture below.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
.or(local)orlocalhostfor server name if you installed the server as default instance.Use
.\sqlexpressorlocalhost\sqlexpressif you have SQL Express.The server name syntax is
Servername\InstanceNameIf the instance is default you use just Servername.
For SQL Express, instance name is sqlexpress by default.