View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 07:28 AM
David Portas
 
Posts: n/a
Default Re: FK on a column to a table where the column is not the PK but a Unique Index

Use a unique constraint rather than a unique index.

--
David Portas
SQL Server MVP
--


Reply With Quote