Dataexport for testing data

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
GuidoL1982
Posts: 3
Joined: Thu 08 Nov 2012 19:17

Dataexport for testing data

Post by GuidoL1982 » Mon 05 Oct 2020 09:32

Hi guys,

i`m looking for a solution to export a part of the production database to my testdatabase.
I see dbForge Studio have a "Export Data" dialog. So far so good, but i don`t see any possibility to restrict the export data per table.

Example: Only need spezial articles (ID: 10, 100, 1000 ect.), only need depended data for this spezial articles.
This are just simple examples. Reality is of corse more complex.

Is there any way or walkaround to export data for multi tables (in my case 300) and restrict data per table?


Currently i using:
dbForge Studio 2020 for MySql
Standard Edition
Version 9.0.391

Br,
Guido

alexa

Re: Dataexport for testing data

Post by alexa » Thu 08 Oct 2020 07:58

To export data from multiple tables, you could use the Backup feature having selected the 'Data' option only on the 'Backup content' page of the wizard https://docs.devart.com/studio-for-mysql/getting-started/backup-database.html

Also, you could use the Data Compare feature selecting an empty database in the Target with the same structure and generate a sync script https://docs.devart.com/studio-for-mysql/comparing-and-synchronizing-data-in-databases/synchronizing-data.html

Post Reply