I've got a table and the only time I'll be selecting or doing anything against it is to find all the rows where a certain date column is null. From there, I do stuff with it and update that column, and likely I'll never visit that row again, with the exception of auditing purposes.
So, is there a best practice to ensure that the rows where my column SentDate is null are more quickly found?