SQL Azure Export Tool
The SQL Azure export tool provided by RazorSQL allows users to export data from SQL Azure in the following formats:
- SQL Insert Statements - The Azure export tool can generate the corresponding SQL insert statements for the data contained in the SQL Azure database, and write the insert statements to an output file.
- Delimited files such as CSV - The export tool can separte the data using delimiters such as commas, tabs, spaces, or other delimiters of the users choosing.
- Excel Spreadsheets - The SQL Azure export tool can write data from XLS files / Excel spreadsheets.
- XML - the SQL Azure export tool can generate XML output using the column names and data contained in the table.
- HTML - the export tool can generate HTML output using HTML tables using the column names and data contained in the MS SQL Server table.
- JSON - the export tool can generate JSON output using the column names and data contained in the table.
- Formatted Text - The export tool can write the data to a text file with formatting to pad any values so that all columns of data line up correctly.
The SQL Azure database export tool allows users to export one table at a time, or to export all tables or a selection of tables in a given SQL Azure schema. If exporting multiple tables, the export tool allows the user to specify whether to save all of the exported data to a single file, or to create a new file for each SQL Azure table.
For more information on the SQL Azure export tool, see the following documentation:
Export Tool Documentation