Skip to content

Commit 8ee5d8e

Browse files
Merge pull request #657 from gflpcantor31/issue_656
Replace TRY_PARSE(... AS money) with TRY_PARSE(... AS decimal(19,2) f…
2 parents d3fb163 + 35d2b22 commit 8ee5d8e

6 files changed

Lines changed: 1933 additions & 1719 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)