Greetings (again)...
This should be a simple matter but I cannot seem to find any information on how to do/build this.
Inside a single DB I have two tables... One is titled Employee Submissions and the other is Hours Archive.
What I need is a way to transfer records from the Employee Submissions table to the Hours Archive table based on the date associated with the field. Specifically I need any record older than 2 months to be transfered to the Hours Archive table. I also want the records in the Employee Submissions table to be deleted after the transfer.
Any thoughts?
This should be a simple matter but I cannot seem to find any information on how to do/build this.
Inside a single DB I have two tables... One is titled Employee Submissions and the other is Hours Archive.
What I need is a way to transfer records from the Employee Submissions table to the Hours Archive table based on the date associated with the field. Specifically I need any record older than 2 months to be transfered to the Hours Archive table. I also want the records in the Employee Submissions table to be deleted after the transfer.
Any thoughts?
Comment