---
title: "What is blocking and how would you troubleshoot it?"  
description: "What is blocking and how would you troubleshoot it?"  
author: "Anonymous User"  
published: 2018-04-12  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23382/what-is-blocking-and-how-would-you-troubleshoot-it  
category: "mssql server"  
tags: ["sql server"]  
reading_time: 1 minute  

---

# What is blocking and how would you troubleshoot it?

Blocking is case when one connection from an application holds a lock and a second connection requires a conflicting lock type. then this forces the second connection to wait, blocked on the first.

## Answers

### Answer by Anonymous User

Blocking is case when one connection from an application holds a lock and a second connection requires a conflicting lock type. then this forces the second connection to wait, blocked on the first.


---

Original Source: https://www.mindstick.com/interview/23382/what-is-blocking-and-how-would-you-troubleshoot-it

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
