Exporting SQL Server Database 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. For more information, see Accessing the MS SQL Admin Tool with Shared Hosting.
- From the Databases menu, select Tables.
- Click View Contents.
- Click XML or CSV, and then confirm the download when prompted.