I have two data stores one is SQL Server and other LDAP. When I insert a record in SQL Server and should also insert into LDAP.
Steps I am calling a stored procedure to insert into SQL Server database After that I call LDAP API to insert into LDAP I should roll back SQL server insert??