Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. loading records problem

loading records problem

Scheduled Pinned Locked Moved Database
databasequestioncsharpalgorithmshelp
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    harcaype
    wrote on last edited by
    #1

    hi. I am developing an IS and I was wondering on how I can load the heavy amount of data in a more efficient way. I was asked to also integrate an algorithm but I don't know where to put it and what to use. The program does much more in SQL queries than C# algorithmic codes. If you know what I mean. To explain it further, if I have about 1 million data entries in my database. How can I possibly load them in a jiffy?

    A 1 Reply Last reply
    0
    • H harcaype

      hi. I am developing an IS and I was wondering on how I can load the heavy amount of data in a more efficient way. I was asked to also integrate an algorithm but I don't know where to put it and what to use. The program does much more in SQL queries than C# algorithmic codes. If you know what I mean. To explain it further, if I have about 1 million data entries in my database. How can I possibly load them in a jiffy?

      A Offline
      A Offline
      Ashfield
      wrote on last edited by
      #2

      The quickest way to load them is bcp, but I doubt you will load 1 million records 'in a jiffy' what ever method you use :)

      Bob Ashfield Consultants Ltd

      H 1 Reply Last reply
      0
      • A Ashfield

        The quickest way to load them is bcp, but I doubt you will load 1 million records 'in a jiffy' what ever method you use :)

        Bob Ashfield Consultants Ltd

        H Offline
        H Offline
        harcaype
        wrote on last edited by
        #3

        what's BCP? :confused:

        A 1 Reply Last reply
        0
        • H harcaype

          what's BCP? :confused:

          A Offline
          A Offline
          Ashfield
          wrote on last edited by
          #4

          Its a bulk loading utility. Ty BOL or Google. Its the fastest way t get records from a file into a SQL Server database.

          Bob Ashfield Consultants Ltd

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups