Transactions and Active Directory

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

msnews.microsoft.com

Hello,

I need to write an application that spans its transactions between SQL
Server and Active Directory. Is it possible to wrap the code in a single
transaction?

Thanks,
Sanja Stojanovic
 
| Hello,
|
| I need to write an application that spans its transactions between SQL
| Server and Active Directory. Is it possible to wrap the code in a single
| transaction?
|
| Thanks,
| Sanja Stojanovic
|
|

Not sure why you need Active Directory to be part of a transaction, if the
purpose is to update SQL and the AD in a transacted way, then the answer is
NO you can't, AD server (LDAP server) is not a transacted resource manager,
as such he cannot participate in a distributed transaction. If this is what
you need you will have to build your own compensating resource manager
(CRM).

Willy.
 

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