在SSIS中将实际值转换为十进制值 [英] Convert real value to decimal value in SSIS

查看:128
本文介绍了在SSIS中将实际值转换为十进制值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

谁能告诉我如何在SSIS包中将实数值转换为十进制值.

数据来自Informix数据源,并且该字段位于smallfloat中.
因此,我无法执行该程序包.
如何将smallfloat(real)值转换为十进制.

请帮帮我...!

(我正在使用Sql SERVER 2005)
谢谢.

Hello All,

Can anyone please tell me how to convert a real value to decimal value in SSIS package.

The data are coming from Informix data source and the field is in smallfloat.
Because of this I cannot able to execute the package.
How can I convert smallfloat(real) value to decimal .

Please help me...!

(I am using Sql SERVER 2005)
Thanks.

推荐答案

可以在SSIS中使用强制转换,请参见:
Could you use cast in SSIS, see: http://msdn.microsoft.com/en-us/library/ms141704(v=SQL.90).aspx[^]


尝试以下操作:
将十进制和日期/日期时间类型转换为自定义类型varchar等效项
将SQL Server数据类型映射为Integration Services数据类型
Try following:
Conversion of decimal and date/datetime types into custom varchar equivalents
Mapping of SQL Server data types to Integration Services Data Type


这篇关于在SSIS中将实际值转换为十进制值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆