Sunday, December 20, 2009

SQL TRAN - Translation from mySQL to SQL Server

Hi Guys,

Today I came across a product that help translate mySQL objects to SQL Server. The best part is that it is close to 100% correct while converting the code to SQL Server.

SqlTran is an advanced relational database translator. It analyzes whole database in a source database format and writes equivalent database in target database format. We strive to have 100% fully automated translation, with all programming logic preserved.

Following objects can be translated from mySQL to SQL Server:
  • Tables
  • Indexes
  • Constraints
  • Views
  • Procedures
  • Triggers
  • Functions
Databases currently supported are:

• MySQL
• Microsoft SQL Server

For more information, I strongly urge people who want to migrate their current database from mySQL to SQL Server to download SQLTran & start converting code. It will be easy to understand the business logic written in Procedures, Triggers, View etc using SQLTran rather than assumtion.
 
You can download SQLTran from : http://www.spectralcore.com/sqltran/
 
 
All the best.
 
Do let me know if you need more information.

No comments: