Management-Jobs-UserInterface

  • I was wondering if there is a third party software that has an easy interface to the Jobs on SQL Server. I need something that anyone can click on and start a merge replication job.

  • Nothing I've seen. Not too hard to put something together, use ADO to run sp_start_job or you can use DMO. Either way the only part that takes any work is figuring out which job to run.

    Andy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply