Why does SQL Server 2008 suggest I have the primary key column as an included column in an index

Posted by Raine on Stack Overflow See other posts from Stack Overflow or by Raine
Published on 2010-03-14T21:31:17Z Indexed on 2010/03/15 6:09 UTC
Read the original article Hit count: 191

Filed under:
|

SQL Server 2008 is telling me to include the Primary Key in an index in the Included Column field. I thought the PK was automagically returned with all indexes?

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about index