I have generated a script for the SQL Server Agent job that I created.
However, when I run the script even though the job is created successfully (able to verify it through sysjobs_view system view) but it does not get listed under SQL Server Agent jobs list.
Does anyone know what the issue could be?
Thanks!
If dbrosier’s suggestion to refresh the list doesn’t work, I would check to see if you have a filter set on your jobs list. I would also wonder if it’s a permissions issue, but in that case, you shouldn’t be able to see any of the jobs and should get an error.