Skip to content

Commit

Permalink
Merge pull request #182 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Update sp_WhoIsActive Logging.sql
  • Loading branch information
erikdarlingdata authored Sep 23, 2022
2 parents bde17b8 + f521036 commit 4b7cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_WhoIsActive Logging/sp_WhoIsActive Logging.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BEGIN TRANSACTION;
DECLARE
@ReturnCode int = 0,
@jobId binary(16),
@active_start_date datetime = GETDATE();
@active_start_date int = (SELECT CONVERT(int, CONVERT(varchar(35), GETDATE(), 112)));


IF NOT EXISTS
Expand Down

0 comments on commit 4b7cf31

Please sign in to comment.