惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
N
Netflix TechBlog - Medium
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
V
Visual Studio Blog
H
Help Net Security
Engineering at Meta
Engineering at Meta
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
博客园 - 【当耐特】
B
Blog
Stack Overflow Blog
Stack Overflow Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园 - 司徒正美
博客园 - 叶小钗
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - rottenapple

SSIS导入Oracle中的性能问题 Excel内容不能正确倒入SSIS? 使用Oracle Generic Connectivity连接SqlServer asp.net下的用户权限管理模块设计 msdn也出现这种错误。。。 为Log4Net添加异常处理模块 - rottenapple - 博客园 ibatis.net的配置文件设计 今天发现了ibatis.net的一个bug The Visual Studio template information is out of date. asp.net 设计中的页面流程控制的一点想法(讨论贴) - rottenapple - 博客园 New job,New chance 使用强类型DataSet的好处 如何使应用程序只有一个实例在运行 在Framework1.0下同时连接SqlServer和Oracle的一些体会 VS2002 与 IIS6.0的一个bug 利用WSDL2JAVA实现JAVA调用.Net的Web Services(1) T_SQL中的事务处理 SqlCommand的ExecuteNonQuery()方法执行多条T-SQL语句 博客园的Bug
我遇到的Sqlserver2005 SSIS 的Bug
rottenapple · 2010-03-26 · via 博客园 - rottenapple

1. 数据源是Oracle,如果字段定义成Number(),而没有定义精度,SSIS将无法自动得到列的类型。据说在2008里可以解决。

2. 目标数据库Oracle,字段定义为number(2),从source取出10后插入,有时候会自动截断,不知道什么原因。用组件做一次转换后,正确插入。

3. SSIS运行在SqlServer Agent下不是很稳定。产品库每晚会进行Sqlserver备份,之后会运行SSIS job。有时候会出现如下错误:

Description:
Application popup: DTExec.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.

再次手工运行后有时候恢复正常,有时候不得不重起操作系统。

4.  有时候,在Sql Agent里会遇到SSIS无法运行cmd.exe的错误

Application popup: cmd.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.   For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
 根据微软相关文档: http://support.microsoft.com/default.aspx?scid=kb;en-us;824422.,增加虚拟内存后仍然会出现,不知道是什么原因!!!