On request, I’m reposting this series of articles on SQL Server. I have reviewed them for any obvious issues but please remember that these were written in 2014 and may not always reflect the current technology. See the official Microsoft page for more information on the latest version.
In the last part of this series I wrote about SQL Server Management Studio (SSMS), the interface that enables you to work with SQL Server objects such as databases and tables. The program enables you to do quite a bit with a SQL Server installation. You can create entire databases and manipulate all the objects within them just through context menus.
Having a graphical interface is nice but the real work of SQL Server is done through commands issued to the service which the menu options in a program like SSMS often do for you. If you really want to be knowledgeable about SQL Server, it’s important to learn the syntax of these commands and how to write and issue them on your own.
Read More “SQL Server for Beginners: Part IV – The AdventureWorks Database” »
