How to compress a stored procedure?

  • If we open syscomments, we can see a column, compressed. It indicates whether or not a stored procedure is compressed. My question is how to compress a stored procedure?

  • Short answer: you don't. That, is totally internal and is being handled by undocumented functions.


    * Noel

  • I am glad someone knew.  I have been racking my brain, google and BOL for some sort of answer.  The only thing I found was a description of the fields in syscomments that wasn't much help.

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

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