Hi All,
I need to trigger the SQL Server Merge Replication Programmatically
from my Java based GUI. The GUI is web based using JSP, Servlets.
Paul Ibison - 30 Jun 2006 09:36 GMT
Provided you can access the server (using ado.net?) you can just run
sp_start_job and start the merge agent. Otherwise you could use the ActiveX
controls using a command script.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)