Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime Stamp a Record
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01193569
Message ID:
01195753
Views:
18
This code will tell the trigger not to fire if the update is on the LastUpdate field.
-- exit trigger if update is on LastUpdate field
    if update(LastUpdate)
            return
It meant it will fire when at another field or fields is updated on any given record.
Previous
Reply
Map
View

Click here to load this message in the networking platform