I created a trigger that only works if I update only one record at a time.
Then your trigger code is wrong.
You have to use the virtual table "inserted" and "deleted", which contains all 1-n effected records, see
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I created a trigger that only works if I update only one record at a time. If I perform a multiple update, only the first record updates me. Any ideas?
Thanks in advance
I created a trigger that only works if I update only one record at a time.
Then your trigger code is wrong.
You have to use the virtual table "inserted" and "deleted", which contains all 1-n effected records, see
I didn't have the chance to try, I changed my strategy