Hi,

I am working with SQL Server 2005 Express. What I would like to do is extract only the indexes from a database and apply them to another database. Looking at the Utility to create the SQL scripts, it does not give the ability to generate just the index ddl (Primary Key, Foreign Key, indexes, etc).

Is there a way to do this without including the tables in the DDL?

Thanks