
SQL Server Developer Edition is the free edition of SQL Server that you will use for this training. I show you how to install SQL Server in this video.
SQL Server Management Studio (SSMS) is the tool used to connect to a SQL Server database. In this lecture I show you how to install SQL Server Management Studio.
The SqlTrainingOnlineSimpleDB is a small practice database that you will use throughout your training. It is designed to make your learning easier by using small tables. In this video, I demonstrate how to install this database in step-by-step instructions.
AdventureWorks is a practice database that Microsoft supports for training and demonstrations of their products. It is hosted on GitHub, https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works. I use this database for demonstration purposes in a couple of videos, so it is optional for most of the training and you can skip this lecture and come back later if needed.
In this video, I walk you through the process of installing/restoring this database from a backup. The backup files are located on GitHub, https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks. You will use the backup with the same year as the SQL Server version you are using for this training.
In this lesson, we will looking into the Group By Clause that allows you to order your result set. This is used for many purposes, but I often use it when I'm analyzing a dataset.
You learned a little SQL, but you are ready to take the next step and really understand how databases work. Or maybe you are a complete beginner. Here’s a little secret. It’s not that complicated. That’s right. Databases are actually a very simple concept that starts with a simple Table just like a spreadsheet in Excel. Everything else in the database is built around this little concept of a table.
With a little SQL Server knowledge, you can retrieve data yourself. You can automate your reporting. You can help management find information and troubleshoot problems. You can even transfer this knowledge to Oracle and MySQL.
In this course, veteran consultant, Joey Blue, takes you through the essentials of SQL Server right through advanced topics such as backups, security, and indexes. This course is recommended for all business and IT professionals that want to advance their careers by understanding their corporate database.