Groups | Blog | Home
all groups > sql server clients > november 2003 >

sql server clients : multiple server update


Andrew J. Kelly
11/22/2003 9:11:33 AM
It's just like any other update only you are using DTC (Distributed
Transaction Coordinator) to ensure all the transactions are wrapped in a
single transaction. All you have to do is ensure DTC is running and it will
take care of itself.

--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]

Harshal Mistry
11/22/2003 1:19:53 PM
hello,
Suppose i have a transaction which updates multiple tables on multiple
servers,how do I get the confirmation that the update on a specific server
is complete?
I can use @@error , but even if it is zero it is not necessary that the
update has happened.
is there any other way?
thanks,
regards,
harshal.

AddThis Social Bookmark Button