MCQs
If blocking locks are common (rather than infrequent), there is probably some kind of design or query implementation problem.
use ALTER TABLE (Transact-SQL) or ALTER INDEX (Transact-SQL) with the REBUILD option and DATA COMPRESSION = COLUMNSTORE.
When the internal sort buffers have been filled with leaf index entries, the entries are sorted and written to disk as an intermediate sort run.
Shared (S) locks on a resource are released as soon as the data has been read.
Partioning feature is not supported on x86 system.
The SHOWPLAN permission on the databases that contain objects referred to in the Transact-SQL statement, such as views, stored procedures, or user-defined functions.
Parameter markers are bound to a variable
When nesting transactions, ROLLBACK WORK always rolls back to the outermost BEGIN TRANSACTION statement.
The classifier function is run for new connections so that their workloads can be assigned to workload groups.
If warnings are needed in stored procedures or triggers, use RAISERROR.