Answered
Indexing Fields in SQL - PK & IX?
When I set a field in MS SQL 2005 to primary key, it automatically creates a PK index in the INDEXS for that particular table. The question is, do I also need to create an IX index for it? It does allow it, but do I need it?
Thanks
Mark
