Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SP on Different Server & MS DTC

Status
Not open for further replies.

itflash

Programmer
Jul 18, 2001
535
GB

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




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top