Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio Express and MySQL?

Tags:

mysql

ssms

Is there a way to use SQL Server Management Studio Express together with a MySQL database? I guess even if it works, intellisense wont work?

Thanks!

like image 787
EOB Avatar asked Jan 05 '12 07:01

EOB


3 Answers

It will not works with MySQL.The name of product is "SQL Server Management Studio", so it manages SQL Server instances.

If you need tool with similar functionality, try Toad for MySQL, it's freeware or Oracle SQLDeveloper.

like image 193
rkosegi Avatar answered Oct 01 '22 22:10

rkosegi




I don't know if you found the answer yet, but the following links can help:

1- HOWTO: Setup SQL Server Linked Server to MySQL
2- Creating Linked server to MYSQL from SQL Server

like image 42
Fred Avatar answered Oct 01 '22 23:10

Fred


I can't see how this will ever work, SSMS is written only for MSSQL.

You can however create a link server to the mysql database and use it that way, I doubt intellisense will work though. see here for more info.

like image 24
TBohnen.jnr Avatar answered Oct 01 '22 22:10

TBohnen.jnr