且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

值将一个数据库转移到另一个数据库

更新时间:2022-12-08 21:30:57

Sundaramoorthy,

是的,有可能,您必须设置一个计时器作业(Scheduler),该作业每5分钟运行一次.现在,将您的代码块放入该调度程序中,用于将数据从一个数据库传输到另一个数据库.

Scheduler将每隔5分钟运行一次,并自动将数据从一个DB传输到另一个DB,而无需单击任何按钮或加载页面.

谢谢
Tapan kumar
Hi Sundaramoorthy,

Yes it is possible, you have to set a timer job ( scheduler ), that runs in every 5 mins. Now put your code block for transferring data from one database to another inside that scheduler.

The Scheduler will run in each and every 5 min and transfers the data from one DB to another automatically, without any button click or page load.

Thanks
Tapan kumar