开发者

SQL Server Export Data failing

I am trying to export a table from SQL Server 2005 using the Import/Export Wizard. I've had no problems exporting data and have successfully exported from 5 tables before, but I am now getting this error:

Error 0xc0209029: Data Flow Task: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (114)" failed because error code 0xC020907B o开发者_运维问答ccurred, and the error row disposition on "input "Destination Input" (114)" 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. (SQL Server Import and Export Wizard)

This is rather frustrating as I've tried various methods to extract the data but this keeps popping up. Any ideas?

EDIT: I'm trying to export to an Excel file. I've tried to a Flat file, but it still errors.


Could very well be your TEXT column - try wrapping the table in a view which returns empty string for the TEXT column. Then try manipulations/conversions like LEFT(CAST(colname AS varchar(max)), 100) AS colname etc. to see if you have a datatype/length problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜