deferring constraints?

  • Hi,

    I'm looking for a way to defer constraint checking until a commit in SQLServer 2000. In theory I should be able to create a table with constraints that are initially deferred eg Oracle...

    Create Table TABLE1 (

    myColumn number(20) constraint nn NOT NULL INITIALLY DEFERRED....

    )

    Thanks

    Lewis

  • To the best of my knowledge there is nothing like this in SQL.

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

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