Echoes from the field 6: Controlling stored procedure execution context (Part 2)
This second article in a two-part series shows you how to control the execution context of stored procedures. This time, it’s by using digital signatures and code signing.
During a recent consulting engagement, I noticed that the client needed to control the security context a stored procedure was running under but was using a convoluted method to do so. Changing the security context that stored procedures run under is a common requirement, letting users execute code via stored procedures that they aren’t allowed to execute directly.
2025-11-10