Hi,
I feel like I should be able to find the answer to this question but for the life of me I can't seem to get the information I'm looking for.
We have some lists of data being fetched in our application via a SqlCommand performing a SELECT query on a SqlServer database. We do not explicitly setup a transaction on the SqlCommand, instead just passing it a SqlConnection and running it. Is it the case that when no transaction is specified that SqlServer will initiate and use a default transaction with the default IsolationLevel of ReadCommitted?
Just looking for confirmation on this one.
Thanks,
Graham