Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • "having to do transactions that span multiple models, which adds to complexity" Just a note here that you will need to enable Microsoft Distributed Transaction Coordinator. Once you have that up and running it should be simple to accomplish what you speak of. Commented Sep 10, 2012 at 12:10
  • @Tjaart thanks. I have used MS DTC before and while it is pretty simple, it does add complexity beyond a simple DB txn so I want to avoid it whenever possible. Commented Sep 10, 2012 at 13:02
  • 2
    4 yrs later, what did you decide and what would you now recommend? Commented Nov 20, 2016 at 13:35