Posted by: spring123 July 27, 2018
T sql question
Login in to Rate this Post:     0       ?        
How can I do this?
I want to create a store proc which execute the result of:
Select name from sysjobs where name like 'myjobABC%'
Another words, just say the result of above is name = "myjobABC02018"
then I want
EXEC dbo.sp_start_job 'myjobABC02018'
Read Full Discussion Thread for this article