Click to See Complete Forum and Search --> : auto insert data from a database to other database?


hnptuyen
April 19th, 2007, 04:13 AM
Hi all!
Please, help me. Tell me about "auto insert data from a database to other database".
Thanks Very much.
Jimmy Huynh

Shuja Ali
April 19th, 2007, 04:17 AM
Welcome to the Forum :wave:

Would you mind telling us which database you are using? In case of SQL Server you can use schedule a Job to run a DTS package that will insert data from one database to another.

hspc
April 20th, 2007, 02:28 PM
This also depends on the frequency of data updates or insertions and the topology. Replication can also be an option.
So, more details please :)

bashish
April 24th, 2007, 05:26 AM
If you are using Oracle Database, use db-link and triggers.

-Ashish

DanielaTm
April 25th, 2007, 03:09 AM
If you are using SqlServer, you can use a linked server. I used it, it is ok

here is an example:

http://msdn2.microsoft.com/en-us/library/ms188427.aspx