May 5, 2005 at 10:23 am
Hello,
I need a bit of help. I have a large data load issue. The data comes from a legacy system. The dataload consists of two stages in one DTS package:
Occasionally, and I mean occasionally, step 2 will fail due to a set of bad records in which the parent record is missing or the child key has been mistyped. DTS does not report the exact record which fails in the INSERT INTO" from "SELECT *" in the SQL TASK in the final stage (Stage 2) of the Data Migration.
Without using a cursor in a stored proc and calling the stored proc to run the migration from Staging into the DW. Is there a manner in which to migrate the Staging Records In Database 1 to the DW in Database 2 and obtain the exact row which fails (if any fail)?
Any help/insight would be appreciated in how to capture the failed record during the migration into the DW using DTS.
May 5, 2005 at 5:18 pm
Firstly, please don't cross post.
Secondly, see the responses over here,
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=180268
--------------------
Colt 45 - the original point and click interface
May 5, 2005 at 8:32 pm
I APOLOGIZE FOR CROSS POSTING, I SIMPLY CHOSE THE INCORRECT GROUP AND WANTED TO REDIRECT THE POST TO A MORE SPECIFIC TOPIC
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply