Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not to use trigger? then what?
Message
From
19/06/2007 11:47:04
 
 
To
19/06/2007 11:36:01
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01234211
Message ID:
01234293
Views:
9
If modifications to other tables are based on changes to the original table, than you should use triggers. Otherwise modifications to data in the original table that is done ouside of srored procedures will breake data integrity.

>Thank you for reply.
>What if I want to update other tables upon insert/update/delete record on particular table? Should I use trigger or write my CRUD in SP and include logic to update other table in that SP?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform