Groups | Blog | Home
all groups > sql server (alternate) > march 2004 >

sql server (alternate) : indexes on keys


Rob Wahmann
3/25/2004 6:18:25 PM
Just curious if indexes are automatically created on primary and foreign
keys in SQL Server 2000 or do I have to create these manually?

TIA - Rob

Rob Wahmann
3/25/2004 6:58:27 PM
[quoted text, click to view]

Thanks for the info!

Rob

Simon Hayes
3/25/2004 7:47:50 PM

[quoted text, click to view]

Automatically on a primary key (clustered by default), but not on foreign
keys.

Simon

AddThis Social Bookmark Button