The TRUSTWORHY bit database property in SQL Server 2005

EXECUTE AS vs. SETUSER In SQL Server 2005, the context in which a string, command, or module is executed can be explicitly set by using the EXECUTE AS statement. EXECUTE AS replaces the SETUSER statement.

TRUSTWORTHY Database Property Because a database that is [...]