I'm trying to figure out how to use the wizard in SQL2005 to recreate all the indexes in a database. I've found a few solutions on EE using custom scripts, but I'd like to get the wizard to work. Basically, I'm trying to get it to run like it works in sql2000 which is to generate a command line for every script in a production db.
What steps/options do I select in the wizard just to get it to generate a script for the indexes?
Thanks!