moe
moe

Reputation: 735

Can I connect to a Microsoft SQL Server with MySQL Workbench

Is it possible for me to connect to a MSSQL database server with MySQL Workbench?

Upvotes: 37

Views: 58531

Answers (1)

Jake From State Farm
Jake From State Farm

Reputation: 141

You cannot use MySQL Workbench as a Microsoft SQL Server client.

But technically speaking, yes, you can connect to a Microsoft SQL Server database using ODBC if you are using the database migration wizard.

Source: https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-connection.html

Upvotes: 14

Related Questions