Hi all
(sql server 2000)
I have a trigger on "table_1" within "database_a".
This runs a stored procedure in "database_b" which performs an update on "table_2" in "database_b".
It all works fine.
Both databases are on the same network, but we want to keep them distinctly different.
We now want to add transactions across the servers using the MS DTC (Distributed Transaction Cordinator)
Is there any additional overhead in doing this and is it possible?
Also, any useful links on turnig it on, etc. would be appreciated.
Thanks
ITflash