Hi,
I need to monitor SQL Server jobs and for that I basically have to use sp_help_job
. Anyway, the problem is that I don't have any sql job running on my local machine so I can't do any test. I need a simple method to create sql jobs just for this purpose (testing) but I only have SQL Server Management Express Edition which doesn't provide SQL Server Agent.
What can I do? Any useful link to propose?
Thanks
EDIT To make it easier I'm finally testing my feature directly on the server. But I'm still looking for any useful link you may have...