Skip to main content

How to copy a table from one database to another?

Comments

1 comment

  • David Paras

    Let's divide your request into two tasks:

    1) Take all the records from one database table and insert them into another database table
    2) Schedule a daily flow that will take new records from the original database table and insert them into the new database table

    In the first task, you can write a stored procedure to move the data. This will eliminate the memory issues that are occurring since the data will not be stored in the Adeptia memory.

    In the second task, you can setup a flow using a calendar event with the process flow you have previously provided.

    0

Please sign in to leave a comment.