Howdy,
I know this might be a dead horse, from what I've seen thus far in this forum, but i don't see an actual answer. I have a Pervasive SQL DB v8 Server and a MS SQL 2000 Server. I need to get data from Pervasive to Microsoft nightly for data analysis and reporting. I know of a few possible scenarios but each has their own issues so i'm asking for a little guidance and advice:
Option 1: Use Data Transformation Services in Enterprise Manager. Easy to manage and schedule.
Problem 1: For starters, I don't have the Pervasive ODBC driver on the MSSQL Server and from what I can see I would need to install the PSQL DB just to get the ODBC drivers, which is not going to happen. Is there a way to get the ODBC onto this server without a full install?
Option 2: Automate some sort of export in PSQL.
Problem 2: My understanding is that PSQL has no automation or scheduling tools...
Option 3: Write a .Net app to handle the entire process, read from PSQL and insert into MSSQL.
Problem 3: I have no idea how to automate my own app. Scheduler? Services?
Any insight into any option would be greatly appreciated. I'm leaning towards #3, I think I'll have a better chance finding support and more option on scheduling my app... Thanks!!
David