0

I am a newbie.

I recently installed SQL Server 2008 on my server.

When I try to login, it does not show me any server when in Browse (see below) enter image description here

What could be wrong?

Please let me know.

meetpd
  • 115
  • 4

3 Answers3

2

Check that the SQL Server Browser service is running on the server, and that your instances are also running.

MartW
  • 1,305
  • 10
  • 15
0

Kindly Restart your server and make sure that your sql server services are running, also your instance services are running.

You can check that in SQL Server Configuration Manager.

0

I installed SQL Server 2008 R2 Mangement Studio with Management Tools and that solved my problem.

(en_sql_server_2008_r2_express_with_management_tools_x86.iso)

meetpd
  • 115
  • 4
  • Probably that solved it because it will (if properly checked in setup) start your SQL Server Browser service, like CodeByMoonlight suggests. This is something to watch if installing/uninstalling instances of MSSQL, setup may turn on/off the Server Browser. – Gomibushi Jun 01 '12 at 12:34