SP_HELP_JOBSTEP throws String or binary data would be truncated Error

  • We have a code to collect all jobs & Job step details from different servers under our support. I'm using the system proc sp_help_job to collect job details which is calling internally the sp_help_jobstep proc. On one of our server I'm getting this below error when the proc executed.

    Msg 8152, Level 16, State 10, Procedure sp_help_jobstep, Line 95

    String or binary data would be truncated.

    Anybody experienced this issue any workaround?

    Thanks in advance...

    Warmest

    Jay.

  • What's on line 95? 🙂

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • You get this error when you are trying to put a value into a column that is too small for the value.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply