Re: check constraints and null values
From: David Portas (REMOVE_BEFORE_REPLYING_dportas_at_acm.org)
Date: 01/12/05
- Previous message: Hugo Kornelis: "Re: check constraints and null values"
- In reply to: Benjamin Strautin: "check constraints and null values"
- Next in thread: Gail Erickson [MS]: "Re: check constraints and null values"
- Reply: Gail Erickson [MS]: "Re: check constraints and null values"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 22:03:10 -0000
You are right. Books Online has it wrong.
mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%20Server\80\Tools\Books\architec.chm::/8_ar_da_0777.htm
SQL Server follows the ANSI / ISO Standard behaviour for CHECK and FOREIGN
KEY constraints: values that are *not FALSE* are permitted. I think it's
safe to assume that the designers' intention was that this should be the
case and that Books Online is in error :-).
-- David Portas SQL Server MVP --
- Previous message: Hugo Kornelis: "Re: check constraints and null values"
- In reply to: Benjamin Strautin: "check constraints and null values"
- Next in thread: Gail Erickson [MS]: "Re: check constraints and null values"
- Reply: Gail Erickson [MS]: "Re: check constraints and null values"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|