This similar question gave the solution that in order to check the status of a job in C# you must run sp_help_job. The problem is when I try the query out in SQL, I'm getting an error from SQL Server saying "Could not find stored procedure 'sp_help_job'.
I tried running this SQL code in MSS 2008:
exec sp_help_job
Can someone post the exact query to find out the status of a job I just ran?