Hi,
I am somewhat new to SSIS but have managed to create packages , data flows and copy tables and data from ODBC source to a sql database. I am at a point where i need all the indexes defined which are in the source in my sql database. Given the number of tables i would hate to manually recreate all the indexes in Sql database which exists in the source ODBC database.
What would be the best way to copy all the indexes over to the sql database ??