top of page
Writer's pictureKunal Ranpura

Deadlock Priority SQL Server

Specifies the relative importance that the current session continue processing if it is deadlocked with another session.

 

--Deadlock Priority of high make sure your session is not deadlocked by any other session

SET DEADLOCK_PRIORITY HIGH

--Other options with deadlock priority is medium and low

 

24 views0 comments

Recent Posts

See All

SQL Server Profiler Trace

--Import multiple trace file in sql Table. --All the rollover files will be automatically imported --provide number tracefile to capture...

SQL Replication Mark Transaction as commit

--SQL Server Database log full due to replication, you can run the following command to mark all ---the replication transaction is done,...

Comments


bottom of page