The 255 thing might be answered by this
DataPump truncates delimited fields to 255 characters
(
http://www.sqldts.com/default.aspx?297)
Parsing XML would really be done in an Active Script transform or you
could write a custom transform (C++)
Allan
[quoted text, click to view] "DaveM" <DaveM@discussions.microsoft.com> wrote in message
news:C8570B6F-221D-4DCA-974D-7AEB8B995C6D@microsoft.com:
> Hello,
>
> I have two questions:
> 1. Source field is a varchar(4000), the destination is a TXT file, only
> getting first 255 bytes of data. Can this be corrected?
>
> 2. Long field contains XML string, what is the best way to parse this?
> I
> could write a script, want to avoid the development.
>
> Thanks in advance,
> Dave
Hello,
I have two questions:
1. Source field is a varchar(4000), the destination is a TXT file, only
getting first 255 bytes of data. Can this be corrected?
2. Long field contains XML string, what is the best way to parse this? I
could write a script, want to avoid the development.
Thanks in advance,