dbTalk Databases Forums  

DT_Numeric and DT_UI8 not supported - bug?

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


Discuss DT_Numeric and DT_UI8 not supported - bug? in the microsoft.public.sqlserver.dts forum.



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

Default DT_Numeric and DT_UI8 not supported - bug? - 07-11-2006 , 09:47 AM






Hello,

Im trying to execute an XML Source task to SQL Server Destination. SSIS
Creates a column [[ElementName]_Id] and makes it a type of DT_Uint8 - an 8
byte signed int. SQL Server doesn't seem to know how to convert this to big
int, or even the default DT_Numeric that it sets up for the table. This
definately seems to be some kind of bug, or at the least a huge annoyance.
Any suggestions for mapping this type?

thanks,

--
Rob Schieber



Reply With Quote
  #2  
Old   
Gerald Aichholzer
 
Posts: n/a

Default Re: DT_Numeric and DT_UI8 not supported - bug? - 07-11-2006 , 12:33 PM






Rob Schieber wrote:
Quote:
Im trying to execute an XML Source task to SQL Server Destination. SSIS
Creates a column [[ElementName]_Id] and makes it a type of DT_Uint8 - an 8
byte signed int. SQL Server doesn't seem to know how to convert this to big
int, or even the default DT_Numeric that it sets up for the table. This
definately seems to be some kind of bug, or at the least a huge annoyance.
Any suggestions for mapping this type?

You have to use a Data Conversion task to convert the data types.
AFAIR there's no automatic data conversion by intention to avoid
"strange errors" which occur only sometimes (e.g. the target field
is too small to take the value)

HTH,
Gerald


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.