Mega Code Archive

 
Categories / MSSQL Tutorial / Transact SQL
 

EXECUTE AS

Valid options  for this statement are described in the following table.   Option         Description      Caller         in the context of the user executing the procedure.      Self         with default permissions.      Owner         in the context of the owner of the procedure.      'user_name'     in the context of a specific user or login.