dbTalk Databases Forums  

allow truncation in dts transformation

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


Discuss allow truncation in dts transformation in the microsoft.public.sqlserver.dts forum.



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

Default allow truncation in dts transformation - 05-19-2004 , 03:13 AM






within a dts package I am using a single DTS.DataPumpTransformCopy for all
columns.
I am trying to turn of full data truncation by setting the
DTS.Transformation2.Flags = 63 which should include all of the possible
truncation options ( i also tried just setting this to 4 for string
truncation and 128 for ForceConvert to no avail )
regardless of the Transform2.Flags value , I always get the error :
Microsoft Data Transformation Services (DTS) Data Pump
Data for source column x ('columnName') is too large for the specified
buffer size.
on any strings that overflow the destination column width.

all of the docs state that including DTSTransformFlag_AllowStringTruncation
( 4 ) will result in string data being truncated to fit the destination
column width - it seems that this not the whole story.

can anyone tell me what i am missing here ?

gerry






Reply With Quote
  #2  
Old   
Baisong Wei[MSFT]
 
Posts: n/a

Default RE: allow truncation in dts transformation - 05-19-2004 , 09:46 PM






Hi Gerry,

I have posted a answer to this same question in the
microsoft.public.sqlserver.programming queue. Please reply me in that one.
Thanks for you understanding.

Best regards

Baisong Wei
Microsoft Online Support
----------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only. Thanks.


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.