March 13, 2007 at 3:12 pm
Comments posted here are about the content posted at http://www.sqlservercentral.com/columnists/mBalasundram/2925.asp
April 6, 2007 at 5:32 am
Great article. I will try this...
April 9, 2007 at 10:06 am
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
March 13, 2008 at 5:04 am
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)
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy