August 1, 2009 at 10:43 am
Does anyone knows how to comment out the step in sql job,
so that I can rerun the job again without executing the step,
to get rid of the error, and give me time to debug the issue.
I don't want to disable the job though.
any idea would be appreciated.
August 1, 2009 at 12:30 pm
You can't comment out the step but you can comment out the code it runs. Use whatever constitutes a comment or rem for whatever type of code the block is running. Either that or just short circuit the code with an early exit or return.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2009 at 12:47 pm
Hi Jeff, how are you? Long time no talk (actually I have not posted anything here for a while until today).
Thanks for responding to my post. That's too bad. I was hoping that I can just comment out the step
instead of the code itself. But I appreciate a lot for taking the time to answer my question.
have a wonderful Saturday.
August 1, 2009 at 1:27 pm
I'm doing great. Thanks for asking.
You also told me that I should write books on SQL way back then. I'm actually in the process of writing one. I'm way behind on it, but I'm writing one.
Thanks for the feedback, SQLBlue. Looking forward to when next we meet.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2024 at 9:14 am
This was removed by the editor as SPAM
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply