cancel
Showing results for 
Search instead for 
Did you mean: 

How to export SQLA Database to SQL File

05-08-2018 12:43 PM
554 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

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

Thanks and Regards,

Pau

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert
0 Likes

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