In SQL Server 2005, is it possible to automatically set transaction isolation level to, say, read uncommitted an a per-user basis?
(So for instance, if I set such a login option for user Fred, Fred wouldn't have to remember sprinkle his select statements with NOLOCK hints or remember to add in a set transaction isolation level statement to his sql.)