Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
billsox
Yak Posting Veteran
74 Posts |
Posted - 2003-04-13 : 12:27:07
|
| Hi -- I'm building a DTS package where I need to append rows from a table to an existing ascii file. My problem is that DTS seems to assume that I want to overwrite the text file. How do I tell it to append and not overwrite?Thanks in advance!Bill |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-04-14 : 00:15:22
|
| Hi BillNot sure of the answer to this one, but a workaround might be to export rows to a holding table. Then run an activex script to append the contents of the holding file to the main file.Damian |
 |
|
|
|
|
|