I can generate SQL from SQl to index all foreign keys automatically, however, this puts an index on each column in a composite foreign key. I'd like the code to create 1 index for the whole composite foreign key. Any ideas?

cheers

Dan