cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to export SQLA Database to SQL File

Former Member
0 Kudos
222

How could I export my SQLA Database into an SQL file?

Thanks and Regards,

Pau

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert
0 Kudos

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).