【发布时间】:2013-05-29 12:28:28
【问题描述】:
我想在 SQL Server 表的列(日期时间)中插入一个值“5/27/2013 16:42:37.490000”(从平面文件 (DT_STR) 读取)。如果我尝试在派生列中使用 (DT_DBDATE) 或 DT_DBTIMESTAMP 对其进行强制转换,则会出现错误。
[Derived Column [130]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (130)" failed because error code 0xC0049064 occurred, and the error row disposition on "output column "Derived Column 1" (155)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
我该怎么办?
谢谢
【问题讨论】:
标签: ssis