Deferred Constraint Check

  • Hello

     

    can someone tell me whether sql server 2000 supports the deferred constraint check functionality. If so, how can this be achieved.

     

    Thanks

    Joe

  • You can use the following statement. You alter the table remove the constraint insert your data and alter the table to add constraint back...

    ALTER TABLE

    WITH NOCHECK


    Andy.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply