I have a web application that issues requests to 3 databases in the DAL. I\'m writing some integration tests to make sure that the overall functionality round trip actually
If you don't want to use MSDTC you can use SQL transactions directly.
See SqlConnection.BeginTransaction().
SqlConnection.BeginTransaction()