I am create a job within a sql server agent. I want to view the result. Not just whether it worked or not but what happened.
For example if my step command was select * from table1. I want to see each row and column of the table. Where is this stored or how do I see the results?
Thanks.
Bob Avallone
I figured it out.
Under Steps, Edit Step, Advanced, Output Files; create an output file.
Thanks for the responses.
Bob