How can I get the source code of the stored procedure from systables?
I tried querying the sysprocbody, all that I'm getting in the data field is a bunch of unreadable characters with partial sql statements. I stumbled on to this before but cannot remember how I did it. Does anybody know?