Mehmet,
I am sorry if I am asking you a basic question.
I feel I am doing it the same way as you mentioned in the topic.
The following is the query:
SET INTEGRITY FOR TEST.EMP OFF!
SET INTEGRITY FOR TEST.EMP FOREIGN KEY IMMEDIATE UNCHECKED!
DELETE FROM TEST.EMP WHERE EMPID=1!
SET INTEGRITY FOR TEST.EMP IMMEDIATE CHECKED!
Here, The EMP table has been referrenced in few other child tables.
Please suggest if there is any thing wrong in the above statements.
If anybody else could give me a suggestion, it would be of great help.
Thanks in advance,
Santhosh
> Santosh,
>
[quoted text clipped - 9 lines]
>
> Mehmet Baserdem
Mehmet Baserdem - 31 May 2006 20:19 GMT
Santosh,
I noticed that I overlooked the posting link I sent to you. When I
checked it again I noticed that even "SET INTEGRITY ..." statements
will not be helpful for you.
Looks like the only option is dropping & recreating constraints as you
mentioned in your first post.
Regards,
Mehmet Baserdem