I have a stored procedure that starts a job. When I go to [Databases] -> [System Databses] -> [msdb] -> [Tables] -> [System Tables] I can see the job in [dbo].[sysjobs] and everything related to this job is there in the msdb tables, and I've tested that calling the stored procedure does run the job and the job does what its supposed to.
But for some reason I don't see the job when I go to [SQL Server Agent] -> [Jobs] There is no job there that matches the same name of the job I have in [msdb]. Just wondering if anyone has any insight as to why this might be.