Distributed Transactions with DSO -
11-05-2003
, 07:04 AM
I wrote an Analysis Service partition manager using DSO in C++. The manager
operates on multiple remote SQL databases and a single Analysis Service
Database. In particular the manager stores meta-data concerning the states
and contents of partitions of the cubes in an SQL database. Now I wish to
synchronize updates to the cube partitions and the meta-data. Is there any
way to accomplish this? I couldn't find a way to get an ITransactionJoin
interface or similar from DSO.
Best regards, David |