ASP NET Questions


Q.  What is the difference between a Local Transaction and a Distributed Transaction?

a. Local transactions are performed on a single database table, but distributed transactions are performed on more than one database tables.
b. Local transactions are performed on a single database server, but distributed transactions can be performed across multiple database servers.
c. Local transactions are performed on a database on the local machine, but distributed transactions are performed on a database on a remote machine.
d. None of the above.



 
 

    Discussion

Post your comment / Share knowledge