Could not find stored procedure 'sp_stop_job'.Turns out I had made the call to sp_stop_job in the current connection that was pointing to the logging database.
Just had to modify the call to look like "msdb.dbo.sp_stop_job"
Could not find stored procedure 'sp_stop_job'.Turns out I had made the call to sp_stop_job in the current connection that was pointing to the logging database.