Undo Human Errors in SQL Server - SQL in Sixty Seconds 109

Опубликовано: 19 Август 2020
на канале: Pinal Dave
9,301
406

Have you ever dropped your table by mistake?
Have you ever wrote an UPDATE statement without the WHERE condition?

Human makes errors and it is possible to revert the errors if you have a full backup of your database and your recovery model is set to FULL.

Let us learn how we can that in the video.

Important: Please restore your database on the development environment and take necessary data using this method and move it to production.

Here is the associated blog post: https://blog.sqlauthority.com/2020/08...

Subscribe for Free Performance Tuning Scripts: https://go.sqlauthority.com/

0:00 Intro
0:30 Real World Scenario
0:50 Demo of Human Error Part 1
2:22 Truncate is Logged
2:41 Demo of Human Error Part 2
3:06 Reverting back Human Error
4:14 Success and Summary

#SQLServer #PerformanceTuning #SQLAuthority