开发者

SQL Server 2000 DTS Package Failing with "The number of failing rows exceeds the maximum specified"

I have inherited a SQL Server 2000 DTS package that migrates data from SQL Server to Oracle. This package moves about 20 tables' data to Oracle every night with no transformations, and it is then transformed by a set of SPs and used by a GIS application.

Twice this week, during the migration between SQL Server and Oracle, the p开发者_JS百科ackage has failed with "The number of failing rows exceeds the maximum specified". It has failed on a different table each time, though.

Each time it's failed, we've rerun the process the next morning and it has worked. Because the process works the second time it's run, it makes me think the data is being changed by someone or something between the initial failure and our successful second run.

I would like to change the DTS package to log the failing rows in a text document so we can compare them later.

Can someone help me with that? I can't seem to figure that part out.

Scott


Never mind. I found the Exceptions File under the Options tab.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜