Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fkey question
Message
From
25/08/1999 17:55:56
 
 
To
25/08/1999 16:02:02
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Miscellaneous
Thread ID:
00257611
Message ID:
00257660
Views:
16
Ken,

SQL Server's DRI is implemented as a constraint. Constraints are tested (or fired) before the operations are actually made. A trigger on the other hand fires after operations occur. The DRI will always cause the DELETE statement to be aborted. If you need to have a cascading Delete, you'll have to implement all the DRI using triggers.
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform