Re: add FK constraint with nocheck
From: Ray Higdon (sqlhigdon_at_nospam.yahoo.com)
Date: 03/17/04
- Next message: Norman: "Re: add FK constraint with nocheck"
- Previous message: Ray Higdon: "Re: how to trim the last 2 digits??"
- In reply to: Norman: "add FK constraint with nocheck"
- Next in thread: Norman: "Re: add FK constraint with nocheck"
- Reply: Norman: "Re: add FK constraint with nocheck"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 05:53:06 -0500
Nocheck will ignore what is existing in your tables, any new data will be
checked by the constraint
-- Ray Higdon MCSE, MCDBA, CCNA --- "Norman" <anonymous@discussions.microsoft.com> wrote in message news:136c01c40bff$a7376d10$7d02280a@phx.gbl... > I want to drop FK constraints while I do mass delete from > tables which has several steps relationships. > And then when deletions are done I have to set back. > In the tables even after the deletion there are over 300 > million posts. > So, I want to add FK constraints with nocheck so that SQL > server doesn't check existing data. > But what happens when new data is added ? > Do these FK constraints added as with nocheck will check > the PK in parent tables ? > Anyone know how "add FK constraint with nocheck" exactly > works ? >
- Next message: Norman: "Re: add FK constraint with nocheck"
- Previous message: Ray Higdon: "Re: how to trim the last 2 digits??"
- In reply to: Norman: "add FK constraint with nocheck"
- Next in thread: Norman: "Re: add FK constraint with nocheck"
- Reply: Norman: "Re: add FK constraint with nocheck"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|