gs gs116 Performance Tuning and Optimization - SQL Server Blocking - Quiz No.1
gs gs116 Microsoft SQL Server Quiz
This quiz belongs to book/course code gs gs116 Microsoft SQL Server of gs organization. We have 100 quizzes available related to the book/course Microsoft SQL Server. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Performance Tuning and Optimization. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.
NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.
P1 & P2 trying to get to 2 resources R1 & R2. P1 gets a lock on R2 and P2 gets a lock on R2 THEN P1 tries to get a lock on R2 but can’t because it is locked by P2 and P2 tries to get a lock on R1 but can’t because it is locked by P1
P1 & P2 trying to get to 2 resources R1 & R2. P1 gets a lock on R1 and P2 gets a lock on R1 THEN P1 tries to get a lock on R2 but can’t because it is locked by P2 and P2 tries to get a lock on R1 but can’t because it is locked by P1
P1 & P2 trying to get to 2 resources R1 & R2. P1 gets a lock on R1 and P2 gets a lock on R2 THEN P1 tries to get a lock on R2 but can’t because it is locked by P2 and P2 tries to get a lock on R1 but can’t because it is locked by P1
SELECT OBJECT_NAME(p.object_id) AS TableName , i.name AS IndexName FROM sys.partition AS p INNER JOIN sys.indexes AS i ON p.object_id = i.object_id AND p.index_id = i.index_id WHERE partition_id = 72057594038845440
SELECT OBJECT_NAME(p.object_id) AS TableName , i.name AS IndexName FROM sys.partitions AS p INNER JOIN sys.indexes AS i ON p.object_id = i.object_id AND p.index_id = i.index_id WHERE partition_id = 72057594038845440
SELECT OBJECT_NAME(p.object_id) AS TableName , i.name AS IndexName FROM sys.partitions AS p INNER JOIN sys.index AS i ON p.object_id = i.object_id AND p.index_id = i.index_id WHERE partition_id = 72057594038845440