December 29, 2008 at 8:49 am
Hi!
Is there some usable solution on how to validate an import file? (like the right Delimiter and the correct number of rows and the format of fields)
I dont really know how to write this in VB so I am a bit stuck...
/gΓΌ
December 29, 2008 at 7:21 pm
Yes... Bulk Insert with output to an error file and successful inputs to a well defined table. I don't use SSIS but I believe there's a Bulk Insert task available in SSIS. The reason I don't use SSIS is because I do it all in T-SQL. The information is in Books Online under Bulk Insert and is a bit too detailed to copy and paste into a forum.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 3:00 am
Jeff Moden (12/29/2008)
I don't use SSIS but I believe there's a Bulk Insert task available in SSIS. The reason I don't use SSIS is because I do it all in T-SQL
I also usually do all in t-sql than depends on tools π
I think developers also want it
The popularity of this thread is an example
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926
Failing to plan is Planning to fail
December 30, 2008 at 4:55 am
Good thread. I like the sp_MakeWebTask trick.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 5:40 am
Jeff Moden (12/30/2008)
Good thread. I like the sp_MakeWebTask trick.
Thanks Jeff Moden π
Failing to plan is Planning to fail
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply