Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can I run SQL Server Agent Job via command line?

Status
Not open for further replies.

volk125

Technical User
Jul 10, 2003
76
0
0
CA
I have setup SQL Server Agent job to replicate my database changes to other ones. And every time I make changes to part numbers and things like that in the inventory thenI have to logon to SQL server and run the job to complete the replication. What I want to do is run this job in a click of a button preferably off my own computer without logging on to the server and running Enterprise MAnager.

Can someone give me an idea please?
 

You can install SQL Server client tools on your local desktop or laptop and then open enterprise manager, register that sql server which has jobs, and start the job right from your desktop
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top