Has anyone run into the need to enlist a WSS object model/API call in a transaction, for example, with other database transactions?
One of the simplest examples is uploading a file or changing the metadata about a file in a document library in the same transaction where a line-of-business database also needs to be updated.
...and you want both the document library update and LOB data update to occur ...or neither, in the case where one of the updates doesn't succeed.
How common are these types of scenarios?