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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run snapshot replication via osql

Status
Not open for further replies.
Jun 19, 2002
294
US
Hi,

We are attempting to allow our operations folks to handle requests to run snapshot replication via a 3rd party scheduling tool. How do you run a snapshot via osql?

I see a couple of commands that look like they might work - sp_start_job @job_name='Name of REPL Snapshot job' or sp_startpublication_snapshot @publication='publication name'.....

suggestions?
 
I got it to work using the sp_start_job and the name of the snapshot job.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top