Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dj77
  • Order by date
  1. dj77

    How to Insert huge data(abt. 30 million records) into TABLE faster?

    hi, u r talking something like proC ? but i dont have that compiler. but i found the solution after some digging. basically, increasing the initial extend to the size of the table will be quite helpful and the next extends can be increased in larger chunks. This shud work faster, definately.
  2. dj77

    How to Insert huge data(abt. 30 million records) into TABLE faster?

    Hi, I am trying to insert 30mn rows from a flat file to a table. I have tried various approaches. But all approaches are taking lotta time. 1)I have loaded flat file to temp table(direct load) and then from the temp table my proc. applys business logic and loads to the main table. The updates...

Part and Inventory Search

Back
Top