Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>The easy way to do this would be:</strong></p> <p>First you have to download the Mysql connector for dotnet from <a href="http://dev.mysql.com/downloads/connector/net/" rel="nofollow">here</a>. Then make sure you install it.</p> <p>The second step would be to download Mysql GUI tools from <a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" rel="nofollow">here</a>. Install the GUI tools.</p> <p>Then open Mysql Workbench or Mysql Administrator and just find the option to "Backup" a database/schema. This backup will create sql scripts which you will save on your disk.</p> <p>*After you have got the script there are multiple ways to do it. You can import that sql script file through command line through the sqlcmd command or you can enter it directly in visual studio or you can use any T-sql editor/parser/client to do the job.</p> <p>Next you download sqlserver management studio from <a href="http://www.microsoft.com/download/en/details.aspx?id=22985" rel="nofollow">here</a>. Then you can create a new database from the left pane and then right-click on that new database and goto Tasks and then Import and then a wizard will open. From there (if you have installed the ODBC/NET connector) you will be asked for a DataSource and then you can choose MYsql provider from that list and you can move forward as the wizard directs.</p> <p>That in-short was a visual/easy way to do the thing.</p> <p>*One more thing to add for the direct method of migrating MYSQL to MSSQL is mentioned above, for a ODBC based direct migration method <a href="http://technet.microsoft.com/en-us/library/cc966396.aspx" rel="nofollow">view this</a> or <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=14280" rel="nofollow">Download Microsoft SQL Server Migration Assistant for MySQL v1.0</a></p> <ul> <li>The vice-versa of this process i.e for the migration of MSSQL to MYSQL use Mysql WORKBENCH <a href="http://dev.mysql.com/doc/migration-toolkit/en/index.html" rel="nofollow">view this</a> </li> </ul>
    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.
 

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