Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Output file - type an existing file path of the computer where the instance is hosted to be used for the job step. For example D:\Job\outputfile.txt. Then click check  check to verify the path entered is correct.
  • Append output to existing file enable this option if you want the output to be appended to the output file. If you do not enable this option, the selected file content is overwritten each time the job step runs.  
  • Log to table - if you select this option, the job step output is logged to the sysjobstepslogs table in the the msdb database.    
  • Append output to existing entry in table - select this option if you want to append the output to the contents of the table. If you do not select this option, the table contents are overwritten each time the job step runs. 
  • Include step output history - this option lets you include the output of your job step in the job history.

...

  • Output file - type an existing file path of the computer where the instance is hosted to be used for the job step. For example D:\Job\outputfile.txt. Then click  check  click check to verify the path entered is correct.
  • Append output to existing file - enable this option if you want the output to be appended to the output file. If you do not enable this option, the selected file content is overwritten each time the job step runs. 
  • Log to table - if you select this option, the job step output is logged to the sysjobstepslogs table in the msdb  msdb database.     
  • Append output to existing entry in table - select this option if you want to append the output to the contents of the table. If you do not select this option, the table contents are overwritten each time the job step runs. 
  • Include step output history - this option lets you include the output of your job step in the job history.
  • Run as user - you can specify another SQL login to run this step.

...