Forum: MS SQL Apr 9th, 2008 |
| Replies: 6 Views: 935 Re: Trigger updated values not as expected Hi, I got my kick in the butt email. My bosds sprang for an expex account, but honestly it's not the greatest value.
I guess I'll try to be here more often, see you around! |
Forum: MS SQL Apr 9th, 2008 |
| Replies: 6 Views: 935 |
Forum: MS SQL Dec 11th, 2007 |
| Replies: 6 Views: 935 |
Forum: MS SQL Dec 11th, 2007 |
| Replies: 6 Views: 935 Trigger updated values not as expected Hi,
I have a simple SQL query
update testcourselog set grade='a' where statusid=4
It updates 114 records
I am trying to write a trigger that will change a flag to 1 for all record updated by the... |