Posted inSQL Server
Check status of SQL Jobs
Finding out the status of SQL Jobs is a simple task which can be accomplished via the GUI or in code using EXEC msdb.dbo.sp_help_job. However one issue that is encountered…
Jon Gurgul with SQL Server...and occasionally something else.