Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server Mana... » Indexes   (RSS)

Generating Scripts only for Clustered and Non-Clustered indexes in SQL Server 2005

In following cases you will need to generate a scripts for all the clustered and non-clustered indexes on the SQL Server 2005 database: 1. During heavy bulk inserts into a table, you might want to drop all the indexes on the table to make the bulk load
 
Page view tracker