all groups > sql server replication > june 2006 >
You're in the

sql server replication

group:

Trigger SQL Server Merge Replication Programatically



Trigger SQL Server Merge Replication Programatically vanisathish NO[at]SPAM gmail.com
6/29/2006 9:12:50 PM
sql server replication: 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.
Re: Trigger SQL Server Merge Replication Programatically Paul Ibison
6/30/2006 12:00:00 AM
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)

AddThis Social Bookmark Button