"One of the best courses I have taken on Udemy. Short and straight to the point. I have been trying to get into DBA job and have been watching long videos and this by far is THE best course to understand DBA jobs before going into more depth." Lopsang Gurung
"One of the best courses I have taken on Udemy. Short and straight to the point. I have been trying to get into DBA job and have been watching long videos and this by far is THE best course to understand DBA jobs before going into more depth." Lopsang Gurung
Welcome to the Course
Congratulations are in order for having chosen to pursue the path of the DBA. YOU'VE made an EXCELLENT decision and one that I have no doubt will be very rewarding should you so wish.
As with any serious endeavor, YOU want to give YOURSELF the very best possible start in order to ensure things can move forward.
This course focuses on what YOU need to know in order to become a
SQL Server is one of the most complicated software offerings Microsoft has. It requires YOU have a foundation in networks, databases and programming. This wide range of skills is often difficult to obtain without rigorous learning and years of hands on experience.
The Here are just a few. DBAs are very well compensated. YOU will get to work with some of the SMARTEST people in the IT world. You'll LEARN something The profession has been and will continue to be one of the highest growth professions.
SQL Server Database Administrators are responsible for the design, implementation, support and maintenance of SQL Server Databases. The role also includes architecting, building and scaling databases for future data growth and capacity.
DBA are also responsible for security, performance and availability of data to users and customers.
This course will give you some direction on how to begin your journey as a SQL Server DBA. I don't want to create any false promises. In addition to years of experience most Senior Level SQL Server resources have read a voluminous amount of product related material.
WE have to start somewhere and
If YOU are seriously interested in either starting out on the path to becoming a SQL Server Database Administrator the YOU'LL need two key ingredients. Experience and product knowledge. Experience might not be easy to get but it will be impossible if you don't have a very solid foundation in SQL Server.
ENROLL now. Let's get started.
Starting is often one of the hardest parts.
SQL Server is a massively complicated product.
Where do we start?
In this lecture we'll learn what's going to be covered in this course.
Let's discuss if this course is for you.
A little about me.
This is where you start.
In it's most basic form a database is a collection of objects.
The most important being the table object.
The table object stores structured data.
Let's learn about the very basics in this lecture.
There's no shortcut on these.
In order to understand relational databases we have to fully understand the ACID properties.
It's one of the pillars relaional databases are built on.
Just a quick overview of what we covered in the first section.
All versions of SQL Server have free versions that have limitations.
It gives those who want to learn SQL Server a chance to work with most of the same functionality of enterprise versions.
This version is called SQL Server Express.
In this lecture we are going to learn how to download and install it.
With each release of SQL Server Microsoft will often have different editions of SQL Server.
When you are deciding on which edition to choose make sure you find our what the editions are for each version.
There is no guarantee SQL Server 2014 will have the same editions as SQL Server 2016 or SQL Server 2018.
When you install Microsoft SQL Server, several system databases are automatically created on every SQL Server instance.
The configuration manager allows us to restart services and manage protocols.
Let's wrap up what we've covered in this course.
As SQL Server DBAs we will spend most of our time working inside SQL Server Management Studio or SSMS.
In this lecture we will learn the basics of manipulating our objects inside SSMS.
What is a table and how do we create one in SSMS and transact.
In this lesson we will continue to learn about our table object.
Let's learn about data types in this lesson.
SQL Server supplies a set of system data types that define all the types of data that can be used with SQL Server.
The fundamental unit of data storage in SQL Server is the page. The disk space allocated to a data file (.mdf or .ndf) in a database is logically divided into pages numbered contiguously from 0 to n. Disk I/O operations are performed at the page level. That is, SQL Server reads or writes whole data pages.
Let's wrap up what we've covered in this lesson.
In this lecture we will discuss the tow kinds of transact-sql.
The SELECT statement is the most often used piece of code in SQL Server.
Let's learn what it does.
DML stands for Data Manipulation Language.
There are only 4 core statements used for the majority of our transactions.
Let's cover what they are.
Let's wrap up what we've covered.
In this lesson we are going to learn how to create logins at the server level then map those logins to databases at the database level.
Let's cover the very basics of what a SQL Server database is. All SQL Server databases must have 2 files. Each database must have one data file and one log file.
All production databases should be in FULL recovery and transaction log backups should be in place. Let's take a look at what our options are here.
SQL Server has three major types of backups.
A full backup.
A differential backup.
A transaction log backup.
Let's discuss the different types in this lesson.
Without a full backup there is no restore. This minute long audio is the very foundation to our restores.
In this lecture let's demo the different kinds of backups. We will start with the full and then work our way to the differential and finally the transaction log backup.
It would be ideal to have have FULL backups nightly but as our databases grow into VLDBs (Very Large Databases), that isn't always possible.
Fortunately, we have differential backs to assist us.
We start with a full backup then restore our transaction logs up to the point where the failure took place.
Transaction logs provide us with an up to the minute (if we set them up that way) ability to recover our databases.
We have lots of ways to set up our backups but for those that are new to SQL Server, the wizard approach gives us a step by step GUI to configure them.
Companies have different retention policies. Many like the 3 days on disk approach. No matter what methodology you use you'll want to remove older .bak and .trn files.
Let's talk about real world backup strategies.
Ideally, I like the idea of having FULL backups nightly. Sometime that's not possible so we have to craft a plan that's right for our environment.
Let's wrap up what we've covered in this section.
Thank you for taking my course!!!
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.