Using query to copy data from one DASP db to another

Discussion in 'Databases' started by blueprintpm, Mar 22, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have 2 databases with DASP. I need a subset of the first database to transfer into the second on a weekly basis. I have tried using Import/Export with a query to do this, but I get the error that I don't have permissions to do it. Is there a way to do what I need without copying the entire table and then subsetting from it?? Thanks for any help or insight!
     
  2. There should be a way to do this. If you add the same "additional user" to both databases, you should be able to perform a SELECT-INSERT to transfer the data.

    not sure about dts.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Joel: DASP won't let me add the same additional user to both. It returns error message: "*User name already exists". Any other suggestions? I'll try anything!

    Ali Ibarguen
    BluePrint PM, LLC
    blueprintpm.com
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page