xvszero
08-28-2007, 09:43 AM
I'm trying to think of the best way to do this. In my mind the only ways I can think of are...
A. Do the select, then line by line read the input into a delimited text file, which I would then import into the new database...
or
B. Do the select, then somehow line by line read the data directly into the new database? But is this even possible? It would require having two connections at once, which I don't think is possible?
Are there any other ways to do this quickly and easily?
A. Do the select, then line by line read the input into a delimited text file, which I would then import into the new database...
or
B. Do the select, then somehow line by line read the data directly into the new database? But is this even possible? It would require having two connections at once, which I don't think is possible?
Are there any other ways to do this quickly and easily?