I really liked the addition of the WITH EXECUTE AS clause when defining stored procedures and functions, to change the execution context, just for the duration of the stored procedure or function. For example: CREATE PROC SomeSchema.SomeProc WITH EXECUTE
Read More...