File parsing and insert data into data base

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaskarbasak
    New Member
    • Feb 2008
    • 27

    File parsing and insert data into data base

    Hi friends,

    I have a 500 zip file. I am trying to read the zip file .Then insert the data in to DB .But it is taking long time. I have to insert all record into DB with in 1 hr.

    please help me...

    Thanks
    Vaskar
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    The first step is to profile execution and find out how much time each separate step is taking. No sense trying to speed up something that's 0.01% of your execution time.

    Comment

    Working...