Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DateTime Stamp a Record
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01193569
Message ID:
01195753
Vues:
17
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform