Export SQL Server tables

You can export tables from your SQL server database to as XML or CSV from the SQL Server database manager.

Note: You cannot export your entire database. However, you can create a backup (BAK) of your database, which you can then restore into another database. For more information, see Backing up and Restoring MySQL or MSSQL Databases.

  1. Log in to your SQL Server admin tool Web & Classic.
  2. From the Databases menu, select Tables.
  3. Click View Contents.
  4. Click XML or CSV, and then confirm the download when prompted.