Forward Engineering to SQL Server from MySQL workb

2019-08-25 18:28发布

问题:

Is possible to forward engineer to SQL Server from MySQL workbench?

回答1:

Not in a straightforward way. Youd need to create a MySQL schema, then use some tool to convert it to MSSQL one.



回答2:

Choose forward engineer from the database menu, copy the SQL script it shows you, modify it to make it MSSQL compatible and run it on your MSSQL server.