Overview
Contains a Smart Service that generates a document in a folder with a database dump file (.sql) of a MySQL database. The generated document contains a sequence of Create Table, Insert Table, and Create View statements.
Inputs Parameters:
Outputs Parameters:
Includes a check to prevent pulling more rows for the export if the heap usage is already at 80% or more.
It would be awesome if we could export SPs and functions!