Scripts: Php :: Database >> Library Article #8
Developer's Section
Migrating database data from Microsft SQL Server to MySql By: Erobo Team Member
|
||||||||
Learn to migrate database data from MS SQL Server to Mysql. Includes table design structure and data insert statements. Note: Can export sql statements or insert directly to new Mysql Database.
Follow these simple steps to migrate a Microsft sql server database to a Mysql Database.
Step 3: Change you Microsoft SQL Server properties on the first lines of code: Step 4: Run the program. The program should output the program to a file e.g(c:/export.sql) or if you choose to insert directly to your Mysql Database (not recommended unless you know the db host configuration e.g. port numbers, security add-ons, etc.) Step 5: Copy and Paste sql statements into your Query Box on your new MySql server. Step 6: Additional Tips: Once you have migrated all the data you can fix the connection string for your scripts. If you are using asp you can change the configuration of your connection string on the global.asa: if you are using PHP you can connect to mysql like this: So, That's it. Have fun Migrating your MS SQL Server data to Mysql!! |
||||||||
|
||||||||
See other Scripts in Database |
Submit Your Scripts: |
System Message:
|
If you would like to have your PHP scripts published in this section please fill out the form below: |