According to the ANSI standards SQL:92, SQL:1999, and SQL:2003, a UNIQUE constraint should disallow duplicate non-NULL values, but allow multiple NULL values. SQL Server has always implemented a crippled version of this, allowing a single NULL but disallowing multiple NULL values.Please start moving from the current non-standard implementation toward ANSI-standard behaviour for UNIQUE constraints.
Category
Proposed Solution
Benefits
Other Benefits
Please wait...