Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
Missing green arrow on the sql server icon in...
69 posts, Page 2 of 7
««
1
2
3
4
5
»
»»
Missing green arrow on the sql server icon in object explore
Rate Topic
Display Mode
Topic Options
Author
Message
sqlnickxu
sqlnickxu
Posted Thursday, November 26, 2009 12:51 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 8:24 PM
Points: 194,
Visits: 901
'sa' is used for sql authentication. I assume this should have the highest privilege of all.
Bazinga!
Post #825338
SQLRNNR
SQLRNNR
Posted Thursday, November 26, 2009 9:31 PM
SSCoach
Group: General Forum Members
Last Login: Today @ 3:33 PM
Points: 18,858,
Visits: 12,443
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 2008
SQL RNNR
Posting Performance Based Questions - Gail Shaw
Posting Data Etiquette - Jeff Moden
Hidden RBAR - Jeff Moden
VLFs and the Tran Log - Kimberly Tripp
Post #825436
sqlnickxu
sqlnickxu
Posted Friday, November 27, 2009 2:44 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 8:24 PM
Points: 194,
Visits: 901
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!
Post #825497
Animal Magic
Animal Magic
Posted Friday, November 27, 2009 2:47 AM
SSC Eights!
Group: General Forum Members
Last Login: Monday, June 10, 2013 7:21 AM
Points: 983,
Visits: 13,356
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.
Post #825500
sqlnickxu
sqlnickxu
Posted Friday, November 27, 2009 3:18 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 8:24 PM
Points: 194,
Visits: 901
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!
Post #825517
Animal Magic
Animal Magic
Posted Friday, November 27, 2009 3:33 AM
SSC Eights!
Group: General Forum Members
Last Login: Monday, June 10, 2013 7:21 AM
Points: 983,
Visits: 13,356
ok thats interesting. does anyone else have SSMS on their machine, and if so is the service state missing for them too?
one other thing to try, connect to the server in SSMS using the IP address and see if you get the same result as with the server name
Post #825527
Schadenfreude-Mei
Schadenfreude-Mei
Posted Friday, November 27, 2009 5:57 AM
Ten Centuries
Group: General Forum Members
Last Login: Thursday, March 21, 2013 8:40 AM
Points: 1,099,
Visits: 1,320
This might be a stupid question but are you running the SQL 2008 client?
I have found that for some reason, a SQL 2005 Ent 64-bit cluster state cannot be seen by the 2008 client (even if the windows account is a local admin of said node and cluster).
Aggree with Animal that providing your a local admin of the server your connecting to (and assuming there are no client incompatibilities) the server state should be reported fine.
Adam Zacks
-------------------------------------------
Be Nice, Or Leave
Post #825584
sqlnickxu
sqlnickxu
Posted Friday, November 27, 2009 6:44 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 8:24 PM
Points: 194,
Visits: 901
Hello guys
Till now, I almost give up. I've tried probably everything that I can, using IP address directly for connection, make sure that my domain admin account is also in the administrator group on the server etc. But still no luck.
Bazinga!
Post #825598
SQLRNNR
SQLRNNR
Posted Friday, November 27, 2009 10:23 AM
SSCoach
Group: General Forum Members
Last Login: Today @ 3:33 PM
Points: 18,858,
Visits: 12,443
xnleiden (11/27/2009)
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.
So you are able to start and stop services from the same account that launched SSMS, when you use services.msc?
What version of the Tools are you using?
Is this an issue for all SQL Instances?
Is the domain admin account the same account you are using to start sql services by chance?
Are the sql services using a domain account?
Do you have the same issue when connecting to the instance using your domain account via SSMS, and not SA?
Jason
AKA CirqueDeSQLeil
I have given a name to my pain...
MCM SQL Server 2008
SQL RNNR
Posting Performance Based Questions - Gail Shaw
Posting Data Etiquette - Jeff Moden
Hidden RBAR - Jeff Moden
VLFs and the Tran Log - Kimberly Tripp
Post #825694
Lynn Pettis
Lynn Pettis
Posted Friday, November 27, 2009 2:55 PM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 4:33 PM
Points: 21,832,
Visits: 27,860
I use a SQL account with admin access when working from home. I can't start and stop the SQL Server services using this account. If I need to, I remote in to my desktop at work and use my network id to access the servers and stop and start services from there.
I have an idea on how to change that, but haven't had the time to test it. Perhaps early next week I will, as I am not sure if I will have time this weekend.
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #825766
« Prev Topic
|
Next Topic »
69 posts, Page 2 of 7
««
1
2
3
4
5
»
»»
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.