今天在在SQL SERVER2005中使用SSIS导数据的时候,将Script Task 的precompile设置成true的时候,提示Error如下“The task is configured to pre-compile the script, but binary code is not found. Please visit the IDE...”
于是baidu,google,结果有人说是 sql server2005 的bug,把sp2的包打上就好,有人说是因为脚本编译的语法有错,把script脚本里边的“end class” 移除 保存,然后再重新添加“end clas” 保存即可。
解决方案测试结果如下:打sp2补丁包的方式----失败!
“end class” 移除 保存的方式-----成功!
特此备份,以后日后查找!
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=106046