Dataedo allows exporting descriptions (from Description field) back to Azure SQL database itself. This is implemented as a separate task under Export documentation menu.
Rich text fields
Some descriptions in Dataedo are entered in rich text format, including formatting, lists, tables, images etc. This is saved in Dataedo repository as HTML. Export function removes formatting and writes only plain text.
String length
Databases have different limitations in terms of maximum string length. Dataedo fields are longer and it is possible that descriptions exported to your database may be trucated if their lenth exceeds database capabilities.
Required permissions
ALTER
permissions on objects you want to add extended property to (tables, views, functions, procedures, triggers).
Exporting descriptions
If you want to export descriptions please choose Export documentation in the ribbon. In dialog box choose Export descriptions to database.
Click Next and provide connection details (you will see connection details you provided at import/update).
In next step you can filter objects you want to export to specific modules.
Now you can filter specific object types.
If you're exporting descriptions to Azure SQL, and you have any custom fields in your repository, you will see an additional form for exporting custom fields to extended properties.
Let's skip it for now - to find out more read Exporting extended properties to Azure SQL.
When ready click Export button.
Congratulations, descriptions have been saved in your database.