Azure SQL Data Export and Import Tools have been developed to streamline the process of exporting and importing data from Azure SQL databases.
The Export Tool (export_to_tsv.sh) exports data from Azure SQL tables to TSV files, with options for compression and DDL script generation.
The Import Tool (import_from_tsv.sh) downloads TSV files from Azure Blob Storage, decompresses them if necessary, and imports the data into Azure SQL tables.
These tools provide scriptable and automated solutions for efficient data movement in Azure SQL, with features like compression and DDL generation.