5 pts.
 Delete Rows from SQL DATABASE BEFORE Import To THE SQL DATABASE USING SSIS
How to Delete Rows from SQL DATABASE BEFORE Import To THE SQL DATABASE USING SSIS

Software/Hardware used:
ASKED: May 27, 2009  5:01 PM
UPDATED: May 30, 2009  3:00 AM

Answer Wiki:
You'll need to run a T/SQL task and put a DELETE or TRUNCATE statement in there to remove the data from the table.
Last Wiki Answer Submitted:  May 30, 2009  3:00 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _