What is blocking in SQL Server? If this situation occurs how
to troubleshoot this issue
Answer Posted / shyamsri83
When one transaction is trying to access a record, which is
used by other, then the first transaction has to wait,
untill the second transaction complete. This is called
blocking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to list all columns in a table using odbc_columns()?
What is nested transaction?
Tell me what is normalization? Explain different forms of normalization?
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
How do I run a trace in sql server?
How do I debug a stored procedure in sql server?
What is the command used to check locks in microsoft sql server?
What is an identity?
What is query optimizer in sql server?
How you can add messages to the nt event log from within a stored procedure?
What is the purpose of indexing?
How to reaname table name without using sp_Rename in sql server..?
How do I uninstall sql server 2014?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What are different types of schemas?