Click here to Skip to main content
15,913,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Everyone

I am working in asp.net web application. In which i want to insert record in a table of my database from a table of another database. And My Requirement is that i want it should be automatically inserted on daily basis. so i assume that it can be accomplished by using web services. but how can i do it i have no idea.

so if anyone have any link or any article related to this please help me.
Posted

you can do it by creating JOB in Database. First create a procedure to transfer data from tables in one database to other, and then create job, attach procedure and then schedule for particular time , for daily. To my knowledge JOB Scheduling is available for SQL Server and Oracle, other databases not checked.
 
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