vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I need to setup some automated jobs to copy data to a DB2 8.1 UDB. Data has to be renewed every night. One way woulkd be to unload to a text file and load from this, but I hope there is a smarter way ?? Any help is greatly appreciated. /Jep |
| |||
| Larry <lsedels@us.ibm.com> wrote in message news:<3F3D0890.324050A3@us.ibm.com>... > Use DB2 Data Propagator (replication). Purchase and install DB2 > Information Integrator Replication Edition. > > Larry > > Jep wrote: > > > I need to setup some automated jobs to copy data to a DB2 8.1 UDB. > > > > Data has to be renewed every night. > > > > One way woulkd be to unload to a text file and load from this, but I > > hope there is a smarter way ?? > > > > Any help is greatly appreciated. > > /Jep Have you look into the DTS tool that comes with SQLServer? |
| ||||
| I would suggest DB2 replication (DB2 Data Propagator). Jep wrote: > > I need to setup some automated jobs to copy data to a DB2 8.1 UDB. > > Data has to be renewed every night. > > One way woulkd be to unload to a text file and load from this, but I > hope there is a smarter way ?? > > > Any help is greatly appreciated. > /Jep > > > |