You write a stored procedure that will return data for a report. The accuracy of the data is not so important; however, you want to avoid dirty reads. Which isolation level should you avoid?
Read Committed
Read Uncommitted
Repeatable Read
Serializable