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.
- Log in to your SQL Server admin tool Web & Classic.
- From the Databases menu, select Tables.
- Click View Contents.
- Click XML or CSV, and then confirm the download when prompted.