I need to use DbTransactions (on a single db) but I am not sure about how to make sure it will keep working when I deploy to the production environment.
What are the requirements for an application to be able to use SQL DbTransactions? Are they allowed by default in SQLServer (and what's the deal with MSDTC)?