Question: What is the purpose of the \'WITH (NOLOCK)\' hint in SQL Server 2000?
Options:
Correct Answer: To allow dirty reads
Solution:
\'WITH (NOLOCK)\' allows dirty reads by not placing shared locks on the data.