July 8, 2009 at 3:59 pm
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.
Thanks
Jay
http://www.sqldbops.com
July 8, 2009 at 10:58 pm
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. SelburgJuly 10, 2009 at 10:23 am
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