What are the Pros and Cons of Cascading delete and updates?

Posted by Misnomer on Stack Overflow See other posts from Stack Overflow or by Misnomer
Published on 2010-08-26T19:56:20Z Indexed on 2011/01/07 18:53 UTC
Read the original article Hit count: 202

Hi,

Maybe this is sort of a naive question...but I think that we should always have cascading deletes and updates. But I wanted to know are there problems with it and when should we should not do it? I really can't think of a case right now where you would not want to do an cascade delete but I am sure there is one...but what about updates should they be done always?

So can anyone please list out the pros and cons of cascading deletes and updates ? Thanks.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about cascade