SQL Server 2008 - 更改 MaximumErrorCount 或修复错误

发布于 2024-09-09 07:55:33 字数 395 浏览 0 评论 0原文

我尝试使用导入数据向导将所有表和视图从 SQL Server 2005 上的数据库复制到 SQL Server 2008 上的数据库,但运行一段时间后,它只从 570 个表和视图中复制了 230 个表,并给出了以下内容警告。

警告 0x80019002:数据流任务 46:SSIS 警告代码 DTS_W_MAXIMUMERRORCOUNTREACHED。 Execution 方法成功,但引发的错误数 (1) 达到允许的最大值 (1);导致失败。当错误数量达到 MaximumErrorCount 中指定的数量时,就会发生这种情况。更改 MaximumErrorCount 或修复错误。 (SQL Server导入和导出向导)

对此问题最好的解决方法是什么?如何更改最大错误计数?

I am trying to copy all the tables and views from a database on SQL Server 2005 to a database on SQL Server 2008 using the Import data wizard, but after running for some time it just copied 230 tables from 570 tables and views and gave the following warning.

Warning 0x80019002: Data Flow Task 46: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
(SQL Server Import and Export Wizard)

What is the best possible fix for this? How can I change the max error count?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流年里的时光 2024-09-16 07:55:33

不要更改错误计数。这只是掩盖了问题。找出出现错误的原因并解决它。

Do not change the error count. That is just masking the problem. FInd out why you are getting errors and fix that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文