Skip to content

Commit

Permalink
Update ClearTokenPerm Agent Job.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdarlingdata authored Oct 21, 2022
1 parent 1b5d114 commit 52652d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClearTokenPerm/ClearTokenPerm Agent Job.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 Expand Up @@ -115,4 +115,4 @@ QuitWithRollback:
ROLLBACK TRANSACTION;

EndSave:
GO
GO

0 comments on commit 52652d9

Please sign in to comment.