Viewing 3 posts - 1 through 4 (of 4 total)
Thank you for the reply - I sure like SQL Central - lots of good info.
It is good for us all to state and understand that join fields need to...
September 26, 2013 at 5:29 am
#1653500
Yes, I am using 2005 SSMS going to SQL2008.
Thank you for pointing that out.
July 12, 2010 at 6:19 am
#1191417
The issue can be resolved by modifying the msdb system SP:
sp_help_jobhistory_full
by limiting the length of the field message to left(message,1024) - (there are two places it is selected)
However, it seems...
July 9, 2010 at 9:45 am
#1190885