Missing green arrow on the sql server icon in object explore

  • Hello everyone

    I have tried to Google this issue for quite awhile and can't find any definitive solution. Now in my management studio on my workstation, the icon on the server instance is simply a blank white circle with no green arrow in it. I logged on as 'sa' and I can't use right-click the instance icon to select "start", "stop", "pause", "resume" or "restart" because they are all grayed out. But all the rest operations are available.

    One of the explanations that I can find online is that in this situation, the management studio can't retrieve the info whether the SQL Server service is running on the server or not. But when I use remote desktop to connect to the server itself, the green arrow is well and fine in the management studio in the remote session.

    So can there be any firewall settings on the server that prevent the SQL Server service running state being communicated to my workstation?

    Where should I look more into then?

    Thanks for your inputs in advance!

    Bazinga!

  • In SSMS if you disconnect completely from the server and then put in all the connection details again do you get the same problem or do you get a different error?

  • I've tried to disconnect and connect object explore and restart the SSMS several times already, nothing works.

    Bazinga!

  • xnleiden (11/26/2009)


    Hello everyone

    I have tried to Google this issue for quite awhile and can't find any definitive solution. Now in my management studio on my workstation, the icon on the server instance is simply a blank white circle with no green arrow in it. I logged on as 'sa' and I can't use right-click the instance icon to select "start", "stop", "pause", "resume" or "restart" because they are all grayed out. But all the rest operations are available.

    One of the explanations that I can find online is that in this situation, the management studio can't retrieve the info whether the SQL Server service is running on the server or not. But when I use remote desktop to connect to the server itself, the green arrow is well and fine in the management studio in the remote session.

    So can there be any firewall settings on the server that prevent the SQL Server service running state being communicated to my workstation?

    Where should I look more into then?

    Thanks for your inputs in advance!

    Is sql browser service running? If yes and you tried everything else then I would reinstall tools.

    Alex S
  • it doesnt matter what your connection to the server is in SSMS, its all to do with whether your windows account your using has access to the services information on the server in question. I am assuming this is a remote server on a different domain/DMZ and your windows user cannot access the services to see if its actually running

  • SQL Server Browser service is running.

    Bazinga!

  • The workstation I used to connection to the SQL Server is in the same LAN in the same domain. I actually tried both windows account and the 'sa' account, either works in the regard of having the green arrow displayed after successful connection.

    Bazinga!

  • I have seen this when working with SSMS and connecting to SQL 2000 Servers mostly, with other SQL 2005 Servers it would be normal.

    What is the issue you want to solve?

    You want the start/ stop/ restart options to be available / enabled or the Green Icon to appear.


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • Yes, I do want the grayed out function to be available again.

    Bru Medishetty (11/26/2009)


    I have seen this when working with SSMS and connecting to SQL 2000 Servers mostly, with other SQL 2005 Servers it would be normal.

    What is the issue you want to solve?

    You want the start/ stop/ restart options to be available / enabled or the Green Icon to appear.

    Bazinga!

  • When you login from your workstation, login details you are providing (Windows or SQL), it needs to have sysadmin Server Role Permissions on that server.


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • 'sa' is used for sql authentication. I assume this should have the highest privilege of all.

    Bazinga!

  • This issue frequently occurs if you do not have administrative permissions to stop, start, or restart services.

    Verify that you have adequate permissions to start services on the server where sql is installed.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • I really don't want this thread sink in vain like all others that I can find from Google.

    I used the 'sa' account and SQL Server authentication to connection from my workstation to the server and I believe 'sa' has sufficient privilege to start, stop or restart the SQL Server service.

    I also tried remote desktop the server directly, log on to SSMS by 'sa' again and the green arrow appears fine.

    Bazinga!

  • xnleiden (11/27/2009)


    I really don't want this thread sink in vain like all others that I can find from Google.

    I used the 'sa' account and SQL Server authentication to connection from my workstation to the server and I believe 'sa' has sufficient privilege to start, stop or restart the SQL Server service.

    I also tried remote desktop the server directly, log on to SSMS by 'sa' again and the green arrow appears fine.

    Its got nothing to do with being able to start/stop the services, its all to do with if your windows account has access to see the services state. go to start, run and type services.msc, change the machine name to the server your connecting to in ssms and see if you can see the sql services, i bet you wont be able too.

  • Hello Animal Magic

    I did try services.msc and connect it to the server and all start, stop and restart options are there for MSSQLSERVER service.

    And the windows account I used for log on to my local workstation is a domain admin FYI.

    Could you please advise me a bit more? Thanks.

    Animal Magic (11/27/2009)


    xnleiden (11/27/2009)


    I really don't want this thread sink in vain like all others that I can find from Google.

    I used the 'sa' account and SQL Server authentication to connection from my workstation to the server and I believe 'sa' has sufficient privilege to start, stop or restart the SQL Server service.

    I also tried remote desktop the server directly, log on to SSMS by 'sa' again and the green arrow appears fine.

    Its got nothing to do with being able to start/stop the services, its all to do with if your windows account has access to see the services state. go to start, run and type services.msc, change the machine name to the server your connecting to in ssms and see if you can see the sql services, i bet you wont be able too.

    Bazinga!

Viewing 15 posts - 1 through 15 (of 94 total)

You must be logged in to reply to this topic. Login to reply