Author Topic: How to convert MSSQL schema to MySQL Schema?  (Read 755 times)

0 Members and 1 Guest are viewing this topic.

Offline 2levelsaboveTopic starter

  • Enthusiast
  • Posts: 179
  • Gender: Male
    • View Profile
    • Free Car Classifieds
How to convert MSSQL schema to MySQL Schema?
« on: February 05, 2010, 05:42:42 PM »
Bought a zipcode database and found out that the schema and all is in MSSQL. How do I convert the schema into valid MySQL schema so I can import it in MySQL?


Thanks Guys

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: How to convert MSSQL schema to MySQL Schema?
« Reply #1 on: February 05, 2010, 08:19:36 PM »
I don't believe there are any tools available that do this. I searched for a while for a project at work.

You'll likely need to do this yourself.

Offline 2levelsaboveTopic starter

  • Enthusiast
  • Posts: 179
  • Gender: Male
    • View Profile
    • Free Car Classifieds
Re: How to convert MSSQL schema to MySQL Schema?
« Reply #2 on: February 06, 2010, 10:01:50 AM »
Oh man! that sucks!