Export of data Issue
Posted: Tue 09 Sep 2014 14:45
I really love using dbForge but the one thing I find which is terribly annoying and which currently poses a huge inconvenience for me is the behavior of the software when exporting data.
I have several DB connections, one of which is localhost. Now lets say I want to export the data, whether in a single file or all the tables as separate files, I find that I am unable to remove the database name from the .sql file via a setting. More often than not the data which is being exported is for use in another database with a different name.
With the INSERT command I have this
INSERT INTO database_name.table_name
what I want is the following:
INSERT INTO table_name - without the database name.
Every time I export data I now have to do this in singular files then have to do a search and replace to remove the database name from the .sql files.
Is there perhaps some setting somewhere that I can set to change this default behaviour? I also find that the during the export process - if I have selected multiple tables to export I am unable to edit the destination table or database name - this destination table name would be more useful if it could be the destination DB name or perhaps have the option to select a destination table and destination database. Its all fine and well when you exporting a single table but is not all that practical when exporting multiple tables.
I have several DB connections, one of which is localhost. Now lets say I want to export the data, whether in a single file or all the tables as separate files, I find that I am unable to remove the database name from the .sql file via a setting. More often than not the data which is being exported is for use in another database with a different name.
With the INSERT command I have this
INSERT INTO database_name.table_name
what I want is the following:
INSERT INTO table_name - without the database name.
Every time I export data I now have to do this in singular files then have to do a search and replace to remove the database name from the .sql files.
Is there perhaps some setting somewhere that I can set to change this default behaviour? I also find that the during the export process - if I have selected multiple tables to export I am unable to edit the destination table or database name - this destination table name would be more useful if it could be the destination DB name or perhaps have the option to select a destination table and destination database. Its all fine and well when you exporting a single table but is not all that practical when exporting multiple tables.