运行 DTS 包时出错:SQL Server 2000
任何人都可以帮助我解决这个问题。
我通过连接到数据库服务器(远程服务器)从 SQL Server 企业管理器在我的系统上执行 DTS 包。 执行完成时显示错误消息
“DTSStep_DTSDataPumpTask_1:行号目标处出错。此任务迄今为止遇到的错误:”
此过程尝试将 txt 文件上载到数据库。 文本文件的列中可以包含一些空值。
但奇怪的是,我的同事/来自其他系统,我可以运行相同的包。 我真的被困在这里为什么它不能在我的电脑上运行。 这是我使用的环境。
环境: 操作系统:Windows XP Sp2 SQL 服务器:SQL Server 2000 MS SQL 企业管理器:版本 8.0
could any one help me to resolve this issue.
I'm executing a DTS package on my system from SQL Server Enterprise Manager by connecting to the Database Server (Remote server). The execution completes with the error message
"DTSStep_DTSDataPumpTask_1:Error at Destination for Row number . Errors encountered so far in this task:"
This process try to upload a txt file to the database. The text file can contain some null values in the columns.
But the strange thing is, my collegues/from other systems, I could able to run the same packages. I really got stuck here why its not working on my PC. Here is the environment I'm using.
Environment:
Operating System: Windows XP Sp2
SQL SErver: SQL Server 2000
MS SQL Enterprise Manager: Version 8.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许该数据库中有一列设置为不允许空值?
另请参阅http://support.microsoft.com/kb/228933
Perhaps there is a column in this database that is set to not allow nulls?
See also http://support.microsoft.com/kb/228933