For power users, developers, IT pros, and anyone who manages SQL Server without formal DBA training.
Eric Johnson shows you how to perform every essential DBA task with SQL Server 2005 and SQL Server 2008, even if you’ve never had any DBA training. Learn at your own pace through realistic hands-on examples that walk you through every step!
SQL Server MVP and expert Eric Johnson is a database analyst who has spent many years working with Microsoft SQL Server. He is author of A Developer’s Guide to Data Modeling for SQL Server (Addison-Wesley, 2008) and the forthcoming Windows Essential Business Server 2008 Unleashed (Sams). Eric is currently the President of the Colorado Springs SQL Server Users Group.
“Are you an accidental DBA–out of the blue expected to run Microsoft SQL Server efficiently, reliably, and securely–when nobody ever taught you how? From installation to backup/restore, indexing to scheduling to memory management, expert Eric Johnson will give you all the personal, practical DBA training you’ll ever need!”
Looking for a better way to master today’s rapidly changing technologies? Want expert help, but don’t have the time or energy to read a book? Can’t find classroom training worth the money? Discover LiveLessons: self-paced, personal video instruction from the world’s leading technology experts.
Eric Johnson, MCSE, MCDBA, MCSD, a database analyst for a Fortune 500 company, has spent many years working with Microsoft SQL Server. Honored by Microsoft as a SQL Server MVP, he has taught many SQL Server training classes, and is the President of the Colorado Springs SQL Server Users Group.
Section 1: SQL Server Overview
TRT:00:11:58
Click "Show Lessons" for more information.
Course Introduction
TRT:2:09
Section 1 Overview
TRT:1:35
1: Understanding SQL Server
TRT:8:14
This lesson aims to give you an overview of what SQL Server is and the different flavors of SQL Server you may encounter. We will also cover the different components of SQL Server that are included in the product.
Section 2: SQL Server Tools
TRT:00:48:40
Click "Show Lessons" for more information.
Section 2 Learning Objectives
TRT:1:53
2: Common Uses of SQL Server
TRT:4:29
In order to manage all your SQL Servers, you first must find them. In this lesson, we will look at different places where you might find SQL Server in your environment. The goal is to provide you with more information about how SQL Server is used so that you can recognize situations where SQL Servers may be in use.
3: SQL Server Management Studio
TRT:16:50
You will work with many tools in the process of managing SQL Servers, but none more so than the SQL Server Management Studio (SSMS). The goal of this lesson will be to orient you with SSMS and show you how it is used.
4: SQL Server Configuration Manager
TRT:9:34
Continuing our look at tools, this lesson will introduce you to the Configuration Manager and how it is used to manage the settings of the various services.
5: SQL Server Profiler
TRT:9:51
A fantastic tool for analysis and troubleshooting is the Profiler. In this brief introduction we will show you the basics of Profiler and make sure you know how to get around with the tool.
6: Business Intelligence Development Studio
TRT:6:03
If you’re developing database projects such as Integration Services packages or Reporting Services repots, you will use the Business Intelligence Development Studio (BIDS). This lesson will help you get familiar with the tool.
Section 3: Relational Database Basics
TRT:00:24:09
Click "Show Lessons" for more information.
Section 3 Learning Objectives
TRT:1:52
7: Understanding Tables
TRT:11:57
This lesson serves as the first of two lessons that will cover relational database basics. It is easier to manage SQL Server if you have at least a passing understanding of what databases are and how they are structured. In this lesson, we will focus on the foundation of databases, namely tables.
8: Understanding Relationships
TRT:10:20
This lesson builds on the preceding by extending our discussion of relational databases. We will look at how the data in tables is joined through the concept of relationships.
Section 4: Understanding SQL Server Databases
TRT:00:34:58
Click "Show Lessons" for more information.
Section 4 Learning Objectives
TRT:1:42
9: Database Files
TRT:14:19
This lesson provides you with some detail as to how SQL Server manages databases. We will look at the different files that make up a database and how they are managed.
10: The Transaction Log
TRT:9:33
Crucial to the operation of SQL Server and therefore crucial to your knowledge is the transaction log. This lesson aims to explain the workings of the transaction log and to give you an idea of how recovery models affect its use.
11: Understanding System Databases
TRT:9:24
System databases are used by SQL Server to keep all its internal processes up and running. We will look at each system database and how each contributes to the function of SQL Server as a whole.
Section 5: Server Configuration
TRT:00:11:42
Click "Show Lessons" for more information.
Section 5 Learning Objectives
TRT:1:47
12: Processor Settings
TRT:4:39
Often SQL Server is installed on a server with a few other applications running. In this lesson, we will look at the settings that control how SQL Server interacts with the server’s CPUs.
13: Memory Settings
TRT:5:16
Just as important as the CPUs, memory also plays an enormous role for SQL Server. This lesson will show you the available memory settings and explain why you might need to make changes.
Section 6: Backing Up SQL Server Databases
TRT:00:35:21
Click "Show Lessons" for more information.
Section 6 Learning Objectives
TRT:1:49
14: Backing Up Databases
TRT:16:22
A crucial task when working with SQL Server is backing up the databases. This lesson will show you what you need to know to make sure you can backup your databases and protect yourself from data loss.
15: Scheduling Backups
TRT:17:10
This lesson will be an introduction to SQL Server jobs. We will look specifically at how you can schedule routine maintenance such as backups in order to reduce the amount of manual work you need to put into managing SQL Server.
Section 7: Restoring SQL Server Databases
TRT:00:24:02
Click "Show Lessons" for more information.
Section 7 Learning Objectives
TRT:1:39
16: Restoring Databases
TRT:12:34
What good is backing up if you can’t restore your database in the event of a loss? This lesson will provide you with the information necessary to perform a database restore.
17: Restoring System Databases
TRT:9:49
Restoring System databases is a little different than restoring user databases. In this lesson we will look at those differences and walk through the process of restoring system databases.\
Section 8: SQL Server Security
TRT:00:41:54
Click "Show Lessons" for more information.
Section 8 Learning Objectives
TRT:1:58
18: Managing Logins
TRT:13:28
Your first line of security is the login. This lesson will explain logins and show you how to create them and manage the permissions assigned to each login.
19: Database Users
TRT:5:54
Users are separate from logins and control the access granted into individual databases. In this lesson, we will look at what users are and how they are managed.
20: Database Roles
TRT:8:43
Database roles are used to manage groups of users and assign the users permissions to do things in a database. This lesson aims to arm you with the information you need to manage database roles or even create your own.
21: Ownership Chaining
TRT:11:51
This lesson will focus on a discussion of ownership chaining. This is an important concept in security and without fully understanding it, you may be handing out more permissions than your users need. We will talk specifically about what ownership changing is and look at some real-world examples.
Section 9: Transact-SQL Basics
TRT:00:41:01
Click "Show Lessons" for more information.
Section 9 Learning Objectives
TRT:1:59
22: Data Manipulation Language
TRT:24:48
This will be the first lesson where we look at Transact SQL or T-SQL. T-SQL is the language used to work with SQL Server data and objects. In this lesson, we look at Data Manipulation Language (DML), which is used to work with the data being stored in your database.
23: Data Definition Language
TRT:14:14
In order to create and modify objects in databases such as tables or views, you use Data Definition Language (DDL). In this lesson, we will look at the basics of DDL and how it is used.
Section 10: Advanced Programmability
TRT:00:56:13
Click "Show Lessons" for more information.
Section 10 Learning Objectives
TRT:1:58
24: Stored Procedures
TRT:9:47
In addition to structures such as tables, databases are also made up of programming structures that allow you to run T-SQL code. The most common of these structures are stored procedures. In this lesson, we will look at what stored procedures are, how they are created, and how you set up security on them.
25: Functions
TRT:11:13
This lesson will cover functions, another programming option in SQL Server databases.
26: Views
TRT:9:34
This lesson will cover views. Views provide access to data without the need to access a table directly. We will look at what you need to know to use views effectively.
27: Triggers
TRT:12:51
Triggers allow you to have bits of T-SQL run automatically in response to an event such as data being inserted into a table. This lesson will cover the different types of triggers and how you can use them in your databases.
28: CLR Integration
TRT:10:50
With the release of SQL Server 2005, we were given the ability to use CLR code structures within SQL Server. This lesson will show you how this is accomplished and how you can make stored procedures, functions, or types in SQL Server that reference CLR code.
Section 11: Indexing
TRT:00:28:33
Click "Show Lessons" for more information.
Section 11 Learning Objectives
TRT:1:46
29: Indexing Overview
TRT:7:31
Indexing is a huge topic in the world of SQL Server. This lesson will provide you with the basics of what indexes are how SQL Server uses them to find data.
30: Working with Indexes
TRT:13:13
This lesson will build on the last by providing you with what you need to know about the different types of indexes. In addition, we will look at how each type of index is implemented.
31: Included Columns
TRT:6:03
This final indexing lesson will discuss a relatively new feature of SQL Server: included columns in indexes. We will look at what they are and how they are implemented in SQL Server.
Section 12: Application Security
TRT:00:25:07
Click "Show Lessons" for more information.
Section 12 Learning Objectives
TRT:1:52
32: Application Security
TRT:11:19
We have looked at several security concepts and this lesson will bring these concepts together to help you make a real-world decision. We will look at the most common options for allowing applications access to SQL Server and the pros and cons of each.
33: Abstraction Layers
TRT:11:56
This final lesson will be a discussion on creating abstraction layers. Abstraction layers have several uses and we will examine each as well as take a look at the problems that can arise when you don’t have an abstraction layer.