on 2018 May 08 11:43 AM
How could I export my SQLA Database into an SQL file?
Thanks and Regards,
Pau
Request clarification before answering.
You can use DBUNLOAD to unload the schema and data. The schema is exported as SQL and the data is output to a CSV based file (by default).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.