Import data to SQL DB Using Bulk Upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gelayaraja
    New Member
    • May 2012
    • 5

    Import data to SQL DB Using Bulk Upload

    Upload Data from CSV File to SQL Server 2005 DB using Bulk Upload is slow process.Record are present aroung 2.5 Lakhs record in CSV Files. i have return procedure for uploading data to DB. Automatic File and Table mapping using information_Sch ema.columns.

    How to improve performance.Can any help or provide solutions.
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    How many records? How many rows? Does your table has index? Check the size of your database. Is it too small and needs to grow multiple times in a single load?

    Good Luck!!!


    ~~ CK

    Comment

    • gelayaraja
      New Member
      • May 2012
      • 5

      #3
      More 2.5 Lakhs Data ,15 to 20 rows .No Index is present that table.Daily upload table..Datsbase size is 1.5 TB..

      Comment

      • ck9663
        Recognized Expert Specialist
        • Jun 2007
        • 2878

        #4
        How fast does your upload take?


        ~~ CK

        Comment

        • gelayaraja
          New Member
          • May 2012
          • 5

          #5
          It take more 1 Hrs for each tables

          Comment

          • ck9663
            Recognized Expert Specialist
            • Jun 2007
            • 2878

            #6
            Wait, am confused.

            There are 15-20 records per file and there are about 250,000 files per day and each file takes 1 hr?

            Did I have it right?


            ~~ CK

            Comment

            Working...