I've got a table with a column as varchar(3000). In trying to use DTS to write this out to a text file, this particular column is cut off at about 255 characters (give or take one).
Is this a limitation of DTS, or can something be done to get around it? The BOL seems silent on any limitation, and I can use a client tool and 30 lines of code to do it, but we're trying to use DTS for as much as possible due to some logistical issues.
Robert Bradley
Is this a limitation of DTS, or can something be done to get around it? The BOL seems silent on any limitation, and I can use a client tool and 30 lines of code to do it, but we're trying to use DTS for as much as possible due to some logistical issues.
Robert Bradley