Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email when a field changes value
Message
De
21/06/2016 08:26:14
 
 
À
21/06/2016 04:21:14
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01637484
Message ID:
01637504
Vues:
58
>Seconding Craigs worries about what functionality to put into which layer - esp. after the thread of firing a table lookup out of a control refresh.
>Those tiny shortcuts add up over time - if you really think about selling your SW you should clean such things up instead of adding more small warts -
>even if often the "correct" architecture will add more code / slowness to the app then doing it dirty.
>Build stable and refactor / optimize a layer begins to eat into the performance ;-))
>

Well..."that depends". Some software is never meant for sale.

Many internal application environments deal with the issue of data being changed from many applications, external jobs, or even manual updates by DBAs. Database triggers, for all their warts, are still very reliable for capturing changes. As far as what mechanism scans any control table, maybe you have another database job using Agent/some other scheduler, maybe you have an app. Again, "depends". :)

The approach that Sergey described in a prior post is a perfectly acceptable (and reliable) method, especially for internal applications.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform