Is possible to forward engineer to SQL Server from MySQL workbench?
相关问题
- sql execution latency when assign to a variable
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
- sqlyog export query result as csv
- Bulk update SQL Server C#
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.
Not in a straightforward way. Youd need to create a MySQL schema, then use some tool to convert it to MSSQL one.