distributed transaction

  • Thread starter Thread starter Francois Malgreve
  • Start date Start date
F

Francois Malgreve

Hi folks,

I have a simple request, I have 3 SQL Servers which are linked server. Data
is spread out over those 3 servers.

Some transactions must be spread on more than SQL server and then I do not
know how to do this as i think that one transaction (SqlTransaction) can be
tight to only one SqlConnection...

I have seen some information on the internet about that but it was for the
framework 2.0 and we are using .Net 1.1

Thanks a lot in advance,

Francois
 
Back
Top