 |
How to update a table in DB1 after another table in DB2 update in sql server? - Stack Overflow
I have two database and I want update table2 in database2 when table1 in database1 is updating. I want to do this in sql server not in code in Visual studio . ... Well, the most straightforward solution would be to create a trigger for update. Something l
stackoverflow.com |
 |