To backup a database to a local SQL server:
- Select the SQL Server item in the Backup Destination section of the SQL Azure page.
- In the Server name field, specify the name of the SQL server.
- In the Authentication field, specify the name of the SQL Server server.
- In the User name field, specify the SQL Server login account.
- In the Password field, specify the password for the SQL Server login account.
- In the Database field, specify the database name.

Note: |
|
If the database and the table with the same name already exist in the SQL Server, the data in the table will be lost. |
See Also