Understanding Locking in SQL Server - SQL Server Tutorial

In this video you will understand what is locking in SQL Server? video gives brief overview Following:


  • What is Resource types in locking of SQL Server?
  • What is Lock Modes in SQL Server?

It gives live view of looking at different type of lock modes as well as the resources types where the locks are placed. It describes in greater detail about RID, Key, Page, Extent, Table and DB Resource types in SQL Server Locking concept. It also explains Shared Locks, Update Lock, Exclusive Locks, Intent Lock, Schema Lock and Bulk Update locks in SQL Server.

--Script that you can run to look at Live Locks and resource types in SQL Server:
exec sp_lock;
GO


Understanding Locking in SQL Server - SQL Server Tutorial

1 comment:

  1. Hi, I have just started to SQL Certification Online. and this blog is really informative for me. Keep us posted for this kind of valuable blog. Thank you for this blog!

    ReplyDelete