Sunday, October 4, 2020

Execution context in SQL Server

When executing the modules we can specify the EXECUTE AS  clause for executing the module with the execution context.

There are different types of executing context 

EXECUTE AS CALLER|OWNER|USER


No comments: