Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,
i need to transfer values one database to another database automatically (EG: every 5 mins) , but without using any event like(page load or button click) .
is it possible.If possible means how to implement. help me.





thanks in advance


Regards

Sundaramoorthy B
Posted

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900