Need to Transfer Data From Oracle to SQL Server
Am running CF7 on SQL Server. I need to extract data from an Oracle server (50K records per month), and also data from a DB2 server. Have all the connections set, and have tried QofQ, but it only runs on a small number of records.
So am now trying to "pull" the data from Oracle (using a query), and then INSERT that into SQL Server. Will do the same for the DB2 data. Then have all the data stored in one place, SQL Server, and run the queries from there.
You can't do an INSERT with QofQ? I've tried, didn't work. Don't think QoQ is the answer. Does anyone have an example, or suggestions of how to query data from other servers, and INSERT that data into your local CF/SQL Server? I don't think <CFOUTPUT> allows you to INSERT records into a table?
I've experimented with DTS, but not having much luck. Thanks for any help/advice.
Gary.
