tylerjones
Programmer
I've got about 15 different tables in sql server 2000. I have to convert these tables to fox pro tables. I was told to check out dts, which I have, but it just doesn't seem like it will do what we need it to do. The problem is that we need to have a program that runs through a table of our users. Then for each user, pull out the data from the other 15 tables and create tables with just their data in them and then save those tables to a directory on a file server. I have found some info about transforming the sql server data to fox pro through dts, but that requires knowing ahead of time where the destination database is. In our scenario, all we have to work with is a directory on a file server (for each user) that we just need to fill with a copy of the sql server tables. Has anyone done anything like this before? Thanks!