Hello I have a table in 2 databases on Named Data1.Tbl1 and Data2.Tbl1
They both need to keep the information up to date, Data1.Tbl1 is the main table but if someone adds data in Data2.Tbl1 I need it to update properly in Data1
Can someone please tell me how do go about doing this? The 2 databases are on the same physical box if that helps. And they both have SQL IDENTITY on a column called "ID"
Gordon R. Durgha
gd@vslink.net
They both need to keep the information up to date, Data1.Tbl1 is the main table but if someone adds data in Data2.Tbl1 I need it to update properly in Data1
Can someone please tell me how do go about doing this? The 2 databases are on the same physical box if that helps. And they both have SQL IDENTITY on a column called "ID"
Gordon R. Durgha
gd@vslink.net