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.
Once you have SQL Server and all the necessary updates installed, the next step is to learn how to create databases and work with them. The easiest interface available to the beginner is Microsoft SQL Server Management Studio (SSMS), a graphical environment where you can view and manipulate all of the databases and other objects on your SQL Server instance and perform other advanced functions.
If you installed the Express edition with Management Tools or Advanced Tools as detailed in the last chapter, you should have SSMS installed and showing in the Program Menu under whichever version of SQL Server you have installed. Just click on the program to open it.
Read More “SQL Server for Beginners: Part III – SQL Server Management Studio” »
