SQL Agen Scheduler - Updated

This commit is contained in:
Neeraj Kumar
2025-10-20 07:54:46 -04:00
parent 42a3da46ab
commit f8c32748c5
136 changed files with 5836 additions and 1216 deletions

View File

@ -0,0 +1,10 @@
USE msdb;
GO
-- Schedule TEST OnDemand Job on 03 Nov at 18:15 PM
------------------------------------------------
EXEC dbo.usp_ScheduleJob
@JobName='TEST_MONTHLY_DTSRQ414',
@Env='TEST',
@RunDate='2025-11-03',
@RunTime='18:15:00';