SQL SERVER – Retrieve Information of SQL Server Agent Jobs
Mar 26
SQL Server Comments Off
sp_help_job returns information about jobs that are used by SQLServerAgent service to perform automated activities in SQL Server.
EXEC MSDB.DBO.SP_HELP_JOB
Mar 26
SQL Server Comments Off
sp_help_job returns information about jobs that are used by SQLServerAgent service to perform automated activities in SQL Server.
EXEC MSDB.DBO.SP_HELP_JOB