|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SysAdmin and ServerAdmin unable to start/stop or pause services
Using mixed mode authentication (SQL 2000), I have a SQL account which has
been granted all of the SQL roles, yet it is unable to stop and start or pause the database or SQL server agent. Isn't SQL server supposed to pass on control of these services via it's identity? In the SQL 2005 Management Studio the menu items for start stop and pause are greyed out, and the "tape deck" style icons on the database and SQL Server Agent are empty circles. What's going on, this seems like a bug. The services can start up through a domain account or local admin system
account from the OS. If you have equal permissions as the domain logon account or are part of the local administrators (if local system account is used), then you can start and stop the server. BB_DBA Show quoteHide quote "tideland" wrote: > Using mixed mode authentication (SQL 2000), I have a SQL account which has > been granted all of the SQL roles, yet it is unable to stop and start or > pause the database or SQL server agent. > > Isn't SQL server supposed to pass on control of these services via it's > identity? > > In the SQL 2005 Management Studio the menu items for start stop and pause > are greyed out, and the "tape deck" style icons on the database and SQL > Server Agent are empty circles. > > What's going on, this seems like a bug. I believe this was the most accurate answer
Show quoteHide quote "Bryan" wrote: > The services can start up through a domain account or local admin system > account from the OS. If you have equal permissions as the domain logon > account or are part of the local administrators (if local system account is > used), then you can start and stop the server. > > BB_DBA > > > "tideland" wrote: > > > Using mixed mode authentication (SQL 2000), I have a SQL account which has > > been granted all of the SQL roles, yet it is unable to stop and start or > > pause the database or SQL server agent. > > > > Isn't SQL server supposed to pass on control of these services via it's > > identity? > > > > In the SQL 2005 Management Studio the menu items for start stop and pause > > are greyed out, and the "tape deck" style icons on the database and SQL > > Server Agent are empty circles. > > > > What's going on, this seems like a bug.
Show quote
Hide quote
"tideland" <tidel***@discussions.microsoft.com> wrote in message No. Administering services, like rebooting the server, is an OS privilege.news:C225D596-3A5A-412B-A36C-7E1131D18513@microsoft.com... > Using mixed mode authentication (SQL 2000), I have a SQL account which has > been granted all of the SQL roles, yet it is unable to stop and start or > pause the database or SQL server agent. > > Isn't SQL server supposed to pass on control of these services via it's > identity? > > In the SQL 2005 Management Studio the menu items for start stop and pause > are greyed out, and the "tape deck" style icons on the database and SQL > Server Agent are empty circles. > > What's going on, this seems like a bug. David You should be able to stop the server using the shutdown command using the
SQL sysadmin account. However you won't be about to startup the service. I eventually found the answer. A little bit of each response is correct.
Granting a SQL account sysadmin privileges would normally allow that account to stop and start SQL related services by going through the account which SQL is running under. HOWEVER, if the SQL server needs to get at network resources then often it is given a network account, which in turn may have no rights to stop or start services. This is what happened to me. Thanks for all the responses Show quoteHide quote "tideland" wrote: > Using mixed mode authentication (SQL 2000), I have a SQL account which has > been granted all of the SQL roles, yet it is unable to stop and start or > pause the database or SQL server agent. > > Isn't SQL server supposed to pass on control of these services via it's > identity? > > In the SQL 2005 Management Studio the menu items for start stop and pause > are greyed out, and the "tape deck" style icons on the database and SQL > Server Agent are empty circles. > > What's going on, this seems like a bug. > Granting a SQL account sysadmin privileges would normally allow that account How do you expect to start SQL Server is you don't have permissions, SQL Server has permissions, but > to stop and start SQL related services by going through the account which SQL > is running under. SQL Server isn't running? -- Show quoteHide quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "tideland" <tidel***@discussions.microsoft.com> wrote in message news:3323B91D-5804-4F6C-A4EC-61C8DB27B236@microsoft.com... >I eventually found the answer. A little bit of each response is correct. > > Granting a SQL account sysadmin privileges would normally allow that account > to stop and start SQL related services by going through the account which SQL > is running under. > > HOWEVER, if the SQL server needs to get at network resources then often it > is given a network account, which in turn may have no rights to stop or start > services. > > This is what happened to me. > > Thanks for all the responses > > "tideland" wrote: > >> Using mixed mode authentication (SQL 2000), I have a SQL account which has >> been granted all of the SQL roles, yet it is unable to stop and start or >> pause the database or SQL server agent. >> >> Isn't SQL server supposed to pass on control of these services via it's >> identity? >> >> In the SQL 2005 Management Studio the menu items for start stop and pause >> are greyed out, and the "tape deck" style icons on the database and SQL >> Server Agent are empty circles. >> >> What's going on, this seems like a bug.
Other interesting topics
backup/restore vs attach/detach
Sql Server Resetting Ansi_Nulls Setting How much allocated space is actually used? Problem with Service Principle Name after new install Change datatype var to nvar but log gets full Read only and access to specific databases NEW B - {WildPacket} Retrieve DB path from a SP MSDARORA ?? Query |
|||||||||||||||||||||||