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.