I see some stored procedures in one database I'm managing that have the regular stored proc icon, but with a little padlock next to them.
The differences I see is that I can't "modify" them, and if I try to script them, it says "Text is Encrypted".
Is this because these are CLR stored procedures?
Are they "regular" procedures, but encrypted/protected somehow?
Is there any way to get to the code of those (either the T-SQL or the IL)?
Thanks