I have the need to copy the structure and indexes from one SQL To another SQL Server. THere are about 200+ tables. If I do select top 0 * into... copies the structure but not indexes.
I need something that will do this Programtically i.e get structure and indexes from SQL Source systems.