Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Nicole Collette
651 PointsDifference between MySql Workbench & SQL Server Management Studio- what is the difference? why would i use one vs. other
I need to read data on our data warehouse. I am lost - what is the difference between these two? I was told I don't need SQL server installed.
2 Answers

Jesus Mendoza
23,287 PointsHey!
MySQL and SQL Server are two different data bases, so MySQL Workbench is the graphical management tool for MySQL and SQL Server Management Studio is the graphical management tool for SQL Server. Both let you interact with their respective database in an easy way.

Matthew Proudman
11,879 PointsMy sql is easyer to learn I recermemd introduction to database systems by C.J Date
Nicole Collette
651 PointsNicole Collette
651 PointsVery helpful. So it's not my choice then...have to go with what my company's database is. Appreciate the quick response!
Jesus Mendoza
23,287 PointsJesus Mendoza
23,287 PointsBasically yeah. If you have to decide which one to use, as far as I know, MySQL works better for mobile and PHP, and SQL Server works better for example: a company database, Microsoft Programs such as VB or ASP (I'm not sure though, that's what I've seen during the years)