Hi,
I need to delete all data in a table where the date is older than that in a temp table.
Basically i have tblTrends and tbltempTrends. I only want new data in tblTrends as currently the data (imported weekly) into tbltempTrends just appends to tblTrends via a DTS package ran weekly.
Thanks!!
I need to delete all data in a table where the date is older than that in a temp table.
Basically i have tblTrends and tbltempTrends. I only want new data in tblTrends as currently the data (imported weekly) into tbltempTrends just appends to tblTrends via a DTS package ran weekly.
Thanks!!
Comment