Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding multiple cascade paths
Message
From
21/08/2008 12:56:59
 
General information
Forum:
Microsoft SQL Server
Category:
Database design
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01340693
Message ID:
01340831
Views:
7
Hi,

I'd tried that but when deleting a row in the Rows table I got a 'The DELETE statement conflicted with the REFERENCE restraint' error.
?
Thx,
Viv

>Keep the FK but set ON DELETE NONE
>
>>
>>Thx. Thought that might be the answer ; got it working for cascading the deletes. But that leaves the other half of the equation : How to prevent insertions in the RowColumns table if the ColumnId doesn't exist in the Columns table ?
>>
>>Regards,
>>Viv
>>
>>>You can replace one of ON DELETE CASCADE to RowColumns with a trigger.
>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform