What is blocking?

What is blocking?

Blocking happens when one connection from an application holds a lock and a second connection requires a conflicting lock type. This forces the second connection to wait, blocked on the first.
SQL Server - What is Public Role in SQL Server?
What is Public Role in SQL Server? - Every database has a public role which holds all the default permissions for the users in a database......
SQL Server Login
Discuss about SQL Server Login - SQL server login is used to connect to SQL server.......
Discuss about Builtin\Administrator
Discuss about Builtin\Administrator - The built in Administrator Account is basically used during some setup to join some machine in the domain......
Post your comment