![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Topic: DTS export data to a text file. One table to a text file. Works perfectly well. Problem: The next process that is using the text file does not admit file size greater than 2 GB Question: I need to instruct the package to export to many files, each up to 2 GB. mytext_1.txt, mytext_2.txt and so on till all data from the table to export is done. Who can help, some example/article will be beneficial. Thanks Mitch |
#3
| |||
| |||
|
|
I would do this at a disk level, after the export. There are tools that split files to span disks. May have to write something a bit clever to split the file at a line delimiter, or perhaps just use it like a disk span tool, and put it back together at the other end. "justStartOnDTS" <justStartOnDTS (AT) discussions (DOT) microsoft.com> wrote in message news:C3D851B3-555B-48DC-A458-85DBC8C84AC4 (AT) microsoft (DOT) com... Topic: DTS export data to a text file. One table to a text file. Works perfectly well. Problem: The next process that is using the text file does not admit file size greater than 2 GB Question: I need to instruct the package to export to many files, each up to 2 GB. mytext_1.txt, mytext_2.txt and so on till all data from the table to export is done. Who can help, some example/article will be beneficial. Thanks Mitch |
![]() |
| Thread Tools | |
| Display Modes | |
| |