Transaction logs are a critical component of SQL Server databases. In this lesson, you'll learn how to perform log shipping to create a backup of the transaction log on another server.
- [Instructor] The transaction log in a SQL installation…is an important file.…Recall your transactions in the database,…such as updates, inserts, and deletes…are written to the transaction log first,…and then to your tables when the database engine…determines it is a good time to do so.…Log shipping offers the following advantages.…It provides a disaster recovery solution,…and it supports limited read-only access to…secondary databases, during the interval…between restore jobs.…It also provides for setting a delay between…when the primary server log backup…and secondary servers restore.…
Why would we use log shipping?…Well, we can automatically send log backups…to a secondary server, if that's what we decide to do.…It preserves those transaction logs…for the recovery later on.…We can also set up a monitoring server,…and this is a third server instance…that acts as a monitor server,…and can actually record the history and status…of the backups and the restores as they take place.…The monitor server can also raise alerts…
Author
Released
11/9/2016This course is also ideal for anybody preparing for the Administering a SQL Database Infrastructure (70-764) exam, one of two exams necessary to earn an MCSA: SQL 2016 Database Administration certification.
- Installation and configuration considerations
- Data storage strategies
- Configuring database instances
- Performance considerations
- Security considerations
- Managing roles and users
- Managing data
- High-availability options
Skill Level Intermediate
Duration
Views
Related Courses
-
SQL Server 2014 Essential Training
with Martin Guidry3h 51m Intermediate -
Database Foundations: Administration
with Adam Wilbert1h 14m Beginner -
Learning Microsoft SQL Server 2016
with Adam Wilbert1h 21m Beginner
-
Introduction
-
Welcome1m 7s
-
-
1. Installation and Configuration
-
Database storage strategies2m 53s
-
Install SQL Server7m 32s
-
Setting up the database4m 5s
-
2. Database Instances
-
Configure linked servers5m 38s
-
3. Performance Considerations
-
Using the profiler5m 41s
-
Auditing the database7m 4s
-
Resource governor5m 16s
-
4. Security
-
Manage roles3m 52s
-
Manage server logins4m 53s
-
Manage database users3m 36s
-
Manage database roles2m 28s
-
Implement server permissions4m 22s
-
Logon triggers4m 17s
-
-
5. Managing Data
-
Backup demonstration5m 26s
-
Moving database files4m 41s
-
Ensure data integrity5m 43s
-
6. High Availability Options
-
Database replication9m 36s
-
Log shipping5m 54s
-
Database mirroring2m 16s
-
Always On2m 32s
-
-
Conclusion
-
Next steps53s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Log shipping