I want to copy data from specific tables to another database. Both databases are not connected(destination database doesnt allow remote access) otherwise i would have used task/export data from one source to another destination. i have already created schema in the destination database by using generate script option from source. now i want data from select few tables from source to go into the matching tables in destination. the task/export option allows me to create flat file but i have to do that for each table, is there any way i could select few table in one go and create a dump and import that into the destination tables?
NOE: i have already generated the scripts and created the schema in the destination db, with all objects, tables, stored procedures, users and triggers. but i want to load SELECTIVE tables with the data now, i would use the export utility to map each and every table, but the two databases arent connected so i need to created a database back up(ok i wont call it dump) either in csv, or flat file to load data in selective tables