Hey everyone. Some great info in these posts!
I'm reviewing a not-so-great database and I've noticed that the foreign key columns on some of the tables have an additional index on them.
My question is, are those additional indexes necessary? Won't SQL Server 2000 use the index created for the PK on the source table when the FK is used in the where clause (assuming it's the only criteria in the where clause)?
Thanks!
I'm reviewing a not-so-great database and I've noticed that the foreign key columns on some of the tables have an additional index on them.
My question is, are those additional indexes necessary? Won't SQL Server 2000 use the index created for the PK on the source table when the FK is used in the where clause (assuming it's the only criteria in the where clause)?
Thanks!