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. DTS - Data Transformation Services

DTS - Data Transformation Services

Scheduled Pinned Locked Moved Database
database
5 Posts 3 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
    mihksoft
    wrote on last edited by
    #1

    Hy I have 2 databases and one table for each of database. The tables have the same structure. One of them is populate and I want to copy the contain of this to the second table. I want to ask if this is possible with DTS. thx

    H G 2 Replies Last reply
    0
    • M mihksoft

      Hy I have 2 databases and one table for each of database. The tables have the same structure. One of them is populate and I want to copy the contain of this to the second table. I want to ask if this is possible with DTS. thx

      H Offline
      H Offline
      Hesham Amin
      wrote on last edited by
      #2

      Yes, And You can check the (DTS Export/Import Wizard) section of this article[^].


      Hesham A. Amin My blog

      M 1 Reply Last reply
      0
      • H Hesham Amin

        Yes, And You can check the (DTS Export/Import Wizard) section of this article[^].


        Hesham A. Amin My blog

        M Offline
        M Offline
        mihksoft
        wrote on last edited by
        #3

        But I want to do that with C# :D

        H 1 Reply Last reply
        0
        • M mihksoft

          But I want to do that with C# :D

          H Offline
          H Offline
          Hesham Amin
          wrote on last edited by
          #4

          mihksoft wrote:

          But I want to do that with C#

          Check this link[^]


          Hesham A. Amin My blog

          1 Reply Last reply
          0
          • M mihksoft

            Hy I have 2 databases and one table for each of database. The tables have the same structure. One of them is populate and I want to copy the contain of this to the second table. I want to ask if this is possible with DTS. thx

            G Offline
            G Offline
            GuyThiebaut
            wrote on last edited by
            #5

            You can do this with DTS - however I would advise just writing a stored procedure or an adhoc script to do a select from one table to insert into the other. The reason I mention this is that DTS packages with all their VBScripting etc can hide a lot of their functionality. From a maintenance point of view this can sometimes make it very difficult to see what is going on. One more issue is this - SQL Server 2000 DTS packages don't like temporary tables in their data pumps(I don't know about 2005), you can use them but you have to be wily in how you use them.

            You always pass failure on the way to success.
            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