Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not sure about how complex a database you have, but if its just some tables and data, there is a <a href="https://github.com/matriphe/mssql2mysql/" rel="nofollow noreferrer">free script here</a> that will automagically convert Microsoft SQL Server tables and data over to MySQL. </p> <p>If you need something more sophisticated, then MySQL has a <a href="https://downloads.mysql.com/archives/migration/" rel="nofollow noreferrer">migration toolkit</a> which allows you to migrate from Microsoft SQL Server to MySQL. In addition <a href="http://www.techrepublic.com/article/solutionbase-migrating-a-sql-server-database-to-mysql-50/6060626" rel="nofollow noreferrer">here is a tutorial</a> on how to use it. Note that this has now been discontinued, in favor of <a href="https://www.mysql.com/products/workbench/" rel="nofollow noreferrer">MySQL Workbench</a>, which has <a href="https://www.mysql.com/products/workbench/migrate/" rel="nofollow noreferrer">data migration</a> built in.</p> <p>In addition, <a href="http://www.convert-in.com/mss2sql.htm" rel="nofollow noreferrer">this converter</a> will convert everything except stored procedures from MSSQL to MySQL, for a price of only $50 which isn't bad.</p> <p>Also you may want to check out <a href="https://www.mysql.com/why-mysql/white-papers/guide-to-migrating-from-sql-server-to-mysql/" rel="nofollow noreferrer">this whitepaper</a> from MySql's website on how to plan a migration from SQL Server to MySQL, as well as some resources.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload