My timer job runs every 15 minutes so on Staging server I have to wait 15 minutes while waiting for results after deploying it, is there any way I can simply execute it, I remember there was some STSADM command that executes some timer jobs but not sure if that is what am supposed to try.
STSADM command `
stsadm -o execadmsvcjobs`
I don't think if it will execute my custom timer job as well.
