SSIS
你好布布
生活给我泪水,我给生活汗水!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSIS 之 Exception "truncated if it exceeds the maximum length of 4000 characters"
问题: Error Desc: The result string for expression "SELECT ID, ......from users WITH (NOLOCK) where id in ( " + @[User::IDSQLCondition]" may be truncated if it exceeds the maximum length of 4000原创 2013-08-14 16:18:24 · 2074 阅读 · 0 评论 -
SSIS 之 Exception "Cannot insert duplicate key in object..."
问题: Error Desc: Violation of PRIMARY KEY constraint 'PK_TeaPg_Actions'. Cannot insert duplicate key in object 'dbo.TeaPg_Actions'.; 原因: 违背了主键唯一性约束, 所以在插入之前先检查是否已经存在。原创 2013-08-14 16:26:44 · 7627 阅读 · 0 评论 -
SSIS 之 Exception: Failed to retrieve long data for column "TS_Description"
问题: 原因: 解决fangan原创 2014-04-23 17:25:28 · 1226 阅读 · 0 评论
分享