Common Stored Procedure For Getting Jobs Information

EXECUTE msdb..sp_help_job @job_name = @job_name

EXECUTE msdb..sp_help_job @job_id = @job_id

Comments

Popular posts from this blog

SSIS vs. T-SQL

List Directory Files using T-SQL xp_cmdShell Stored Procedure

Deleting Duplicate Data From SQL Server Table