Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Starting the SQL Server Agent

Author  Topic 

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2006-02-26 : 23:26:12
Hi

How can we start the SQL Server Agent without having physical acess to the server, I mean i have access to the EM which is installed on another server. How to start the SQL Server Agent , the login i use has sa rights ,

Please help

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-02-26 : 23:31:29
Use Enterprise Manager - Management - SQL Server Agent - Right Click - Start
Also refer to here. http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=62101

----------------------------------
'KH'

It is inevitable
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2006-02-26 : 23:33:59
HI,

Refer "SQL Server Agent, configuring SQLServerAgent service" or "SQL Server Agent" in BOL
or run sqlagent -c [-v]


Regards

Andy Davis
Sql Shield Team
--------------------------------------------
SQL Server Encryption Software
http://www.sql-shield.com
Go to Top of Page
   

- Advertisement -