Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
bubix
Starting Member
24 Posts |
Posted - 2005-11-17 : 15:26:45
|
| Hello,I have a trigger "after update" on a table Table A (ColA1 int, ColA2 int)My trigger must update a field ColB1 of an another table Table B (ColB1 int, ColB2) where ColB1 = ColA1. Exemple:I have this row in Table A ; ColA1 ColA2 1 7 2 9I have this row in Table B : ColB1 ColB2 2 22My problem is |
|
|
bubix
Starting Member
24 Posts |
Posted - 2005-11-17 : 15:37:35
|
| ttt |
 |
|
|
bubix
Starting Member
24 Posts |
Posted - 2005-11-17 : 15:44:44
|
| Sorry,this topic is an error see another "problem wiht trigger"I don't know how I can erase it. |
 |
|
|
|
|
|