Transactions and Active Directory

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hello,

I need to create an application that will span its transactions through SQL
Server and Active Directory (Insert records in SQL Server and for example
set a property for a user in AD2003). Is it possible to wrap this kind of
action in a single transactions?

Thanks,
 
If its at all possible, which I'm not sure it is, you would have to use
the distributed transaction coordinator.

If you're using .Net 2.0, using System.Transactions may the easier way
to get the transaction handled properly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top