WITH (NOLOCK) vs SET TRANSACTION ISOLATION LEVEL READ
12 You cannot use Set Transaction Isolation Level Read Uncommitted in a View (you can only have one script in there in fact), so you would have to use (nolock) if dirty rows should be included.
Contact Us