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.