How can I use current db to import data to external db

  • Thread starter Thread starter CT
  • Start date Start date
C

CT

How can I use current database to control/initiate import
of text file to external database? Current database has
all the logic but due to size issues I want to store
imported data in external database without the
data "touching" the current database in order to prevent
growth. At that point I will link tables.
 
Back
Top