A before trigger fires before any changes are actually made to the database, so @@rowcount will not help. You will need to test the value in the trigger if you want to be sure whether or not it is being changed.
↧
A before trigger fires before any changes are actually made to the database, so @@rowcount will not help. You will need to test the value in the trigger if you want to be sure whether or not it is being changed.