The following method is supposed to peroform a dirty read on an open connection. There are no transactions. Where do I set IsolationLevel?
public string DoDi
On the BeginTransaction method: (MSDN link)
And if you just want to use hints in your SP at the table level, use WITH(NOLOCK) - but use at your own risk.