Question How to Schedule a Job which Running Monthly once to Pump sql server table data to Oracle Table Data

Tom Peric

New member
Joined
Dec 12, 2022
Messages
2
Programming Experience
Beginner
Hello Everyone,

I need to create a job(.Net Framework console project) which needs to run monthly once to insert data from sql server table to oracle source table(which needs to insert every month records into the oracle table)

Can someone please let me know any reference to do this kind of job or POC to refer.

Thanks,
Tom
 
Make the exe do the job when launched, then quit. Use the Windows Task Scheduler to launch the exe once a month
 
Back
Top Bottom