![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am looking for information on how to use DTS to export a text file and to have it append to this text file when the DTS package is run in the future. Any information is greatly appreciated. Thank you. |
#3
| |||
| |||
|
|
In article <007f01c3a49a$eafca2d0$a601280a (AT) phx (DOT) gbl>, Gina anonymous (AT) discussions (DOT) microsoft.com> writes I am looking for information on how to use DTS to export a text file and to have it append to this text file when the DTS package is run in the future. Any information is greatly appreciated. Thank you. I'm afraid the text file provider does not support this behaviour. The solution I use is to create the two files and then use a DOS copy command to concatenate the two files, e.g. copy FileA.txt+FileB.txt Results.txt -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |