Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Server Essentials, from Scratch
Rating: 4.7 out of 5(1,969 ratings)
8,953 students
Created byJoey Blue
Last updated 12/2022
English

What you'll learn

  • By the end of the course, you will have a foundation in SQL Server and the vocabulary and understanding to talk about and use SQL Server with confidence.
  • You will know how to navigate SQL Server Management Studio (SSMS) to find database objects and business data.
  • You will understand how to take advantage of Management Studio to make you work faster and more efficient.
  • You will understand the different pieces in SQL Server. Including, Tables, Views, Stored Procedures, Security, Backups, Indexes and Schemas to help you talk to DBA's, Programmers, IT and to sound smart when you are speaking about databases.
  • You will know how to write SQL statements to CREATE, Retrieve, Update, and Delete data.
  • You will be able to create basic Views and Stored Procedures.
  • You will be able to Filter, Join, Sort, and Group data.
  • You will be able to create basic Views, Stored Procedures, and Functions.
  • You will have foundational knowledge in Security, Backups, and Indexes
  • You will understand how all of these pieces work together in a database.

Course content

7 sections56 lectures13h 15m total length
  • Welcome3:21
    Welcome to the SQL Training Academy's SQL Server Essentials Training Program.  This video is an overview of what you will be learning in your training.
  • Learning Plan6:00
    I put together this Learning Plan to keep you moving forward in the training. As with any training, after the initial excitement wears off you must be able to track your goals and accomplishments to keep yourself moving forward. I want you to get the most you can out of this program, so go ahead and download this Learning Plan and start filling it out.
  • Learning Outline7:00
    The learning outline gives you descriptions of all of the lessons in the SQL Essentials training. Use this document as a Table of Contents to help you understand the full scope of this training. You should read over these before you start the training. Just like reading a book, you will learn more if you read the table of contents before you dive into the actual training.
  • Pre Assessment1:00
    This Pre Assessment is a little questionnaire designed specifically for you. By answering the questions, you will have a better idea of what you want to get out of this program. Knowing what you are trying to accomplish will help align your expectations and help you stay motivated to push through the struggle that comes with learning something new.
  • Vocabulary List12:00
    I am providing this comprehensive vocabulary list as an added resource for your learning. Download it and follow the directions to get the most benefit from the list.
  • Installing SQL Server Developer Edition3:07

    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.

  • Installing SQL Server Management Studio4:01

    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.

  • Installing Training Database - SQLTrainingOnlineSimpleDB3:47

    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.

  • Installing Training Database - AdventureWorks6:06

    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.

Requirements

  • PC (Desktop or Laptop)
  • SQL Server Developer (FREE Edition)
  • Browser and Internet Connection

Description

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.

Who this course is for:

  • Business Analysts
  • IT Professional
  • Business Professional
  • Accountants
  • Web Developers
  • Managers
  • Software Developers
  • Programming Students
  • Financial Analysts
  • Process Engineers
  • Anyone interested in understanding data and databases.