I found a great stored procedure on this site a while back that will display all of the indexes I have in my database. I love the results of this.
I'm working with another teammember who discovered his database - exact same table structures as mine is missing indexes on several tables. Instead of manually adding each one of these, is there a way to generate scripts to create these indexes from my database so that I can give them to him to run? I only need the index scripts, everything else is fine.