Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When is too many triggers too many?
Message
From
31/08/2016 04:48:56
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01640153
Message ID:
01640243
Views:
57
>Hi,
>
>As I am redesigning my SQL Server database and see that I may have to "enforce" that all foreign key fields have only value of NULL when user does not assign a value. Since the database gets records from various applications (VFP, ASP.NET, iOS, etc.) I have to "enforce" this rule at the DB and therefore create a trigger for every field in every table. This means that I will have probably up to 200 triggers. Is this a normal/acceptable/good practice?
>
>TIA

It is not a good choice.

Uses NULL on vfp application.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform