Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Calling SQL replication from VB.net

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-12-15 : 10:12:45
Pedro Garcia writes "Hi guys,i have replication running every 12PM between two of my servers. However, i would like to have have a flexibility of calling the very same replication from my VB.NET application any given time.
Could you please help.

Regards

Pedro Garcia"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-12-15 : 12:55:21
Why would you want to do that? Just let SQL Server handle the work. SQL Server does it through jobs, so your VB.NET application can get to this with sp_start_job.

Tara
Go to Top of Page
   

- Advertisement -