MySQL to MSSQL The instructions below describe how to backup your MySQL database to your local PC by using phpMyAdmin. There are, however, many ways this can be done.
1. Log on to MyAccount 2. Click on SQL-admin 3. Open the administrative tool phpMyAdmin 4. Click Export
5. Choose the format in which you want to backup your database under Export. We recommend the SQL format. 6. It is several different alternatives. We recommend the following settings:
Read here for additional information about phpMyAdmin. 7. Choose to store as a file 8. Click Go and choose where on your local PC you want to save the backup copy. Converting a MySQL database to MS SQL
Restore a MS SQL database from a backup file Here follows a description of how a basic backup file (.BAK file) is uploaded by using MS Enterprise Manager: 1. Open Enterprise Manager 2. Connect to your database by using your SQL specific login details. Login details are found in MyAccount under MS SQL -> Get Started. 3. Right click on your database name 4. Choose All Tasks -> Backup Restore 5. Make sure that the database name matches the one in MyAccount 6. Choose From Device 7. Choose Disk 8. Choose Add and find the *.BAK file (Your Backup file) on your PC. 9. The option Force restore over existing database should be deselected, unless you really know that this is what you want. 10. Click on the tab Options and make sure that the data file and log file is given the correct filenames on the server. Example: 11. Click OK to start restoring the database. - When converting a database from one format to another, you are guaranteed that tables and columns are transferred correctly. However, indexes, primary keys etc, might have to be set up again. - Remember to change all database connections as they will become obsolete - Functionality specific for an earlier format might have to be recreated as this might not be supported by MS SQL or the converting tool used when converting a database. |

