Seeing as a foreign key does not automatically create an index in SQL Server, I want to create an explicit index on every FK field in my database. And I have over 100 tables in the schema...
So, does anyone have a ready packaged script that I could use to detect all FKs and create an index on each?