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! While you're at it, check out some resources Treehouse students have shared here.
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 trialRoger Dailey
14,887 PointsWondering what I have already installed is what I need?
I have SQL Server 2014 Management Studio already installed on my computer from last year from one of my college classes. Can I use this or do I need to download something else?
1 Answer
Vedran Brnjetić
6,004 PointsHi, Roger,
SQL Server Management Studio is a tool for configuring and managing Microsoft SQL Server.
The course you are doing is related to MySQL Server, which is a different product for the same purpose. For MySQL you need to install MySQL Server and MySQL Workbench.
MySQL Workbench is to MySQL server what SQL Server Management Studio is for Microsoft SQL Server.
I hope this helps.
Roger Dailey
14,887 PointsRoger Dailey
14,887 PointsThank you Vedran for your help. I now have everything installed and running, thank you again.
Vedran Brnjetić
6,004 PointsVedran Brnjetić
6,004 PointsYou are most welcome.
Enjoy your journey through land of SQL. =)