Hi Rusty,
Where are you placing '(NOLOCK)' in your query? At the end or after each table? It looks like at the end, try placing it after each table in a query....e.g.
Select * from tablename t(NOLOCK) where ....
Another option might be to set the IsolationLevel of the connection.
Principal Consultant
Real-Time Data Management @ Wipro Technologies