|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 11, 2011 2:15 AM
Points: 3,
Visits: 29
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 06, 2007 5:30 AM
Points: 1,
Visits: 1
|
|
Great article. I will try this...
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 5:04 PM
Points: 8,
Visits: 221
|
|
Mark, Can you post some more code snippets? Because it seems that some of those listed in the article are out of sequence, for instance one snippet lists the following a the end of it. //Begin process asyncronously p = System.Diagnostics.Process.Start(proc); But the next lists the following. //load error records System.Diagnostics. ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo(strBCPPath);Here it seem that proc is called before it is declared. Kraig
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Saturday, May 04, 2013 5:21 AM
Points: 52,
Visits: 117
|
|
My only comment is that the article would be very helpful...if I fully understood what he did. I understand the basics of what he did, but many of the details fell through the cracks. More elaboration on the specifics would help us newbie/average ETL guys.
For example: step 3...how do you make the format files from the table schema? step 5...how do you know which records failed? Where are the failed records?
Overall, VERY interesting and impressive...just not enough details (for me anyhow)
|
|
|
|