I need to start creating daily backup dumps for some specific tables in a database. The database contains several hundred tables, and it is really time consuming to manually select the correct tables. It is impractical to export the entire database at once because of its size.
Is it possible to create a query to run this export manually, or is there some way I could save which tables in the database I want to export, so that I could quickly run the export at the end of the day?
Any suggestions on how to go about this would be appreciated