Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS from SQL Server to Access

Status
Not open for further replies.

TheJFM

Programmer
Jun 13, 2002
65
GB
I am running a DTS from a SQL Server data source to an Access dB table.

How can I ensure that the Access table is truncated before the data is exported to Access?


Thanks

** Don't reach for the moon when you have the stars. ;-) TheJFM **
 
Assumnig you are not using the wizard....

Create a task to do a delete on the access table and then use workflow to ensure that you don't run the copy step until success of the delete step..

Workflow is selectable from the menu in the package


HTH

Rob
 
Thanks

That's the direction I needed :)

** Don't reach for the moon when you have the stars. ;-) TheJFM **
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top