Hi all: I'm fairly new to SQL so please bear with me. I have a table in a database with 2.5 years worth of records. I've made a copy of the original table with no data. I would like to create a DTS package that I could schedule once a week to move data from table1 to table2 where records are older than 6 months. So in the end all I would be left with is 6 months data in table1. Could somebody help me out with this?
There is a data item called StartTime so I do know when the records were created. It is a Date/Time stamp.
There is a data item called StartTime so I do know when the records were created. It is a Date/Time stamp.