Hi everyone, please help me with this....
How can I move all the records more than 10days from main table to another table every day
Loading
Hi everyone, please help me with this....
How can I move all the records more than 10days from main table to another table every day
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Oct 16, 2022, 4:15 AM
Hello,
you can create shedular task which runs every day. In that task you can write your logic to insert data into another table from main table and you can delete data from main table. Please refer below script which may help you to do that