When a SQL client issues the following command:
select * into tbl2 FROM tbl1 (nolock) WHERE DateCreated < \'2009/01/01\'
does it mean that <
Both. And it will also read uncommitted data from other [uncommitted] transactions (if any).