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. General Programming
  3. C#
  4. I Used BulkCopy to transfer data One to another DB, moreover i like to know any other mathods...

I Used BulkCopy to transfer data One to another DB, moreover i like to know any other mathods...

Scheduled Pinned Locked Moved C#
databasequestion
2 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.
  • M Offline
    M Offline
    Manish_Kumar_Nayak
    wrote on last edited by
    #1

    Is there any mathod to transfer bulky data One to another DB as like BulkCopy.....?

    P 1 Reply Last reply
    0
    • M Manish_Kumar_Nayak

      Is there any mathod to transfer bulky data One to another DB as like BulkCopy.....?

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      If the databases are both Sql Server (and maybe some others) you can use an INSERT/SELECT statement. You can get a DataReader from the source database, and perform inserts on the destination database. If you do it enough you can write a Windows Service to copy the data. I've had to do that in the past for a data warehousing project.

      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