<para>If there is an active Database Transaction this hint is ignored.</para> <para>WARNING: Using the NOLOCK hint has these issues:</para> <list> <item>Rows may be included more than once</item> <item>Not see a Row</item> <item>See Row data that is not committed (and then rolled back)</item> <item>Cause various SQL errors</item> </list>