Deleted Constraint

  • Hi Experts,

    One of our database developer accidentally deleted one of the default constraint.Is there anyway to get the constraint other than from backup?

    TIA

  • There's no 'undelete' if that's what you're asking.

    If you know the definition of the consraint, you can recreate it with ALTER TABLE. If not, restore the backup somewhere else, get the definition and recreate the default from that.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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