Home Forums SQL Server 2005 SQL Server 2005 Integration Services How to Delete rows from Destination table RE: How to Delete rows from Destination table
Phil Parkin
SSC Guru
Points: 247224
More actions
July 8, 2010 at 10:50 am
#1190377
Yes. If there are hundreds of thousands of records to be deleted, I would recommend that you do the delete in batches to avoid huge transactions grinding your system to a halt - but that's still just an Execute SQL task.