Skip to content

Commit 4dc052c

Browse files
Update Grooming_Logs_OpsDB.sql
1 parent 5c88627 commit 4dc052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Queries/OperationsManager/Grooming_Logs_OpsDB.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Command,
33
REPLACE(REPLACE(StatusCode,0,'Failed'),1,'Successful') as 'Status',
44
TimeStarted,
55
TimeFinished,
6-
CONCAT(DATEDIFF (second,TimeStarted,TimeFinished),' seconds') AS 'DurationSeconds'
6+
DATEDIFF (second,TimeStarted,TimeFinished) AS 'DurationSeconds'
77
from InternalJobHistory WITH (NOLOCK)
88
order by InternalJobHistoryId DESC

0 commit comments

Comments
 (0)