Skip to content

Commit f929cb5

Browse files
author
Darling Data
committed
Automation: Format and Build SQL File
1 parent 26ace79 commit f929cb5

4 files changed

Lines changed: 1866 additions & 1524 deletions

File tree

Helper Views/WhatsUpLocks.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ALTER FUNCTION
5050
@spid integer,
5151
@outsider bit = 'false'
5252
)
53-
RETURNS
53+
RETURNS
5454
table
5555
AS
5656
RETURN
@@ -178,4 +178,4 @@ SELECT TOP (9223372036854775807)
178178
dtl.request_session_id,
179179
l.locked_object,
180180
index_name,
181-
total_locks DESC;
181+
total_locks DESC;

0 commit comments

Comments
 (0)