I created a DTS process that extract data from a table to a .txt file using fixed-delimited column type. I have 39 fields in the SQL query script. When I execute the DTS process I am getting an "Invalid Column Length" error after I execute the transformation task, but when I switch to a delimited format I am not getting the invalid column length. Is there a limitation for a fixed length format?
Thanks.
Thanks.
Comment