September 8, 2005 at 4:10 am
Hey does any one know the best way to consolidate multiple files for single dts processing ??
September 8, 2005 at 10:43 am
Could you be a bit more specific about what you want to do ?
September 9, 2005 at 12:30 pm
Sounds like you need to do each file as a step within the dts package. How many files are there?
Jules
Jules Bui
IT Operations DBA
Backup and Restore Administrator
September 11, 2005 at 11:08 am
You could always revert back to the great and powerful DOS copy command... If I am understanding the question correctly:
copy file1.txt+file2.txt+file3.txt+file4.txt newfile.txt
newfile.txt will contain all the contents of the 4 files.
-Mike Gercevich
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply