I'm looking for some documentation on the content of a dtc trace file. Some columns is understandable like "pid" could be process id. But what is "tid". Guesswork would lead me to transaction id or thread id.
The reason for this question is that in most cases tid is the same for all log rows for one transaction but in a couple of cases tid is different and mixed between two transactions that happens at the same time. In those cases it looks like I end up with an orphaned transaction in SQL Server,
Before I draw any conclusions on that I need to know what tid is.