dbTalk Databases Forums  

Re: Import a text file

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


Discuss Re: Import a text file in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: Import a text file - 07-08-2003 , 07:16 AM






Either use the DTS transformation and convert the comma to a decimal there
or import it as a varchar and then do the conversion.

--

Andrew J. Kelly
SQL Server MVP


"PSH" <per_s_hildal (AT) hotmail (DOT) com> wrote

Quote:
l am using a dts package to import a text file with
delimited colums the problem is that the dts package
fails to convert a number value like 12,00 to a numeric
field like float.

Any good ideas ?

PSH




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.