Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Helper Views/WhatsUpLocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ALTER FUNCTION
@spid integer,
@outsider bit = 'false'
)
RETURNS
RETURNS
table
AS
RETURN
Expand Down Expand Up @@ -178,4 +178,4 @@ SELECT TOP (9223372036854775807)
dtl.request_session_id,
l.locked_object,
index_name,
total_locks DESC;
total_locks DESC;
Loading