Scripts: asp :: MS SQL and Database :: Library Article #9
Developer's Section
![]() By: Erobo Team Member
|
||||||||
![]()
Follow these simple steps to migrate a Microsoft 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 file: if you are using PHP you can connect to mysql like this: So, That's it. Enjoy Migrating your data to Mysql!! |
||||||||
|
||||||||
![]() |
|
![]() the form below: |