问题
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.
来源:https://stackoverflow.com/questions/3391130/forward-engineering-to-sql-server-from-mysql-workbench