dbTalk Databases Forums  

Limitation to a field length when exporting via the DTS Wizard to

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Limitation to a field length when exporting via the DTS Wizard to in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DTSNovice
 
Posts: n/a

Default Limitation to a field length when exporting via the DTS Wizard to - 01-28-2005 , 03:17 PM






I am using the DTS wizard to export data from a table to a CSV. I have a
varchar(7000) field that is getting truncated around 255 charachters.

Is there anyway to work around this truncation, so I am not losing
information from this field when exporting to CSV?

Reply With Quote
  #2  
Old   
Ed
 
Posts: n/a

Default RE: Limitation to a field length when exporting via the DTS Wizard to - 01-28-2005 , 04:41 PM






Open your package,
Package --> Disconnected Edit --> Connections --> your text file name -->
OLE DB Properties --> Max characters per delimited column --> change the
value from 255 to the numbers you prefer...

Hope this help

Ed



"DTSNovice" wrote:

Quote:
I am using the DTS wizard to export data from a table to a CSV. I have a
varchar(7000) field that is getting truncated around 255 charachters.

Is there anyway to work around this truncation, so I am not losing
information from this field when exporting to CSV?

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Limitation to a field length when exporting via the DTS Wizard to - 01-29-2005 , 12:58 AM



We detail the problem here

DataPump truncates delimited fields to 255 characters
(http://www.sqldts.com/default.aspx?297)

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"DTSNovice" <DTSNovice (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am using the DTS wizard to export data from a table to a CSV. I have a
varchar(7000) field that is getting truncated around 255 charachters.

Is there anyway to work around this truncation, so I am not losing
information from this field when exporting to CSV?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.