One of the neat things in SQL Server 2005 is the downgrading of the importance of users / humans.
Its no longer necessary to have a big stupid login with a big stupid password just to get an execution context or control ownership of objects, see this post for examples of both techniques.
This week I found [...]