Export SQL Server Tables
Print this Article
Last Updated:
June 19, 2015 9:37 AM
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 / Plesk).
- From the Databases menu, select Tables.
- Click View Contents.
- Click XML or CSV, and then confirm the download when prompted.