Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Convert MSSQL database to MySQL database

Convert MSSQL database to MySQL database

Scheduled Pinned Locked Moved Database
questiondatabasemysqlsql-server
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sarang_k
    wrote on last edited by
    #1

    Hi all, How can i convert MSSQL database to MySQL database ? Thanks in advance.

    D L O 3 Replies Last reply
    0
    • S sarang_k

      Hi all, How can i convert MSSQL database to MySQL database ? Thanks in advance.

      D Offline
      D Offline
      David Skelly
      wrote on last edited by
      #2

      I would start by going to Google and typing "convert mssql to mysql". That gives over 2 million hits. At least one of them must be useful.

      1 Reply Last reply
      0
      • S sarang_k

        Hi all, How can i convert MSSQL database to MySQL database ? Thanks in advance.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        The simplest way is to use the 'Generate Scripts' option in MSSQL and create the full script for the database and all its objects (including the data in the tables), then adapt the resulting script to MySQL syntax and run it on the MySQL database.

        1 Reply Last reply
        0
        • S sarang_k

          Hi all, How can i convert MSSQL database to MySQL database ? Thanks in advance.

          O Offline
          O Offline
          obhijitghosh
          wrote on last edited by
          #4

          Convertion of MSSQL database to MySQL database can mean a lot of things. Migration of Tables and Data. Migration of stored proc, triggers etc. Doing the first one is relatively easy and less labour intensive and can be done in a lot of ways. One example would be first to generate the create table scripts and edit them to suit MySQL. Execute these to create the tables in MySQL. Export the data from MSSQL to MySQL. Lastly apply the foreign keys. For each of these steps, there are tools available. The below mentioned link may help you. http://kofler.info/english/mssql2mysql/[^] -- obhijitghosh

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups