I have created a database for an application.
Some of the tables in the database contain initial data required to run the application and some of the data are more than 1000 records.
I need to export this data into an sql,txt or scv file so that during installation, i can just run a database creation script to inport it into a new database just like you create oracle dump.
I do not want to run the data migration wizard every time i have to install the application.
Thank you in advance.
Some of the tables in the database contain initial data required to run the application and some of the data are more than 1000 records.
I need to export this data into an sql,txt or scv file so that during installation, i can just run a database creation script to inport it into a new database just like you create oracle dump.
I do not want to run the data migration wizard every time i have to install the application.
Thank you in advance.
Comment