Hello all,
I'm trying to parse batch job logs directly in SQL Server. So far, I've found that the Info field of BatchHistory table contains the data that I'm looking for, but I can't figure out how they are stored.
i.e.: this is one example of Info field's content:
0x07FD0707FD0101000000FF0707FD010000000...
Is it possible to decode it, somehow?
Thank you in advance
*This post is locked for comments
I have the same question (0)