sp_drop_index_all.sqlAugust 30, 1998 sp_drop_index_all - Procedure to drop all indexes on a particular table. When you making Fast BCP works, you should drop all indexes on that table. There you can use this procedure instead of executing individual drop index statements of a table. For SQL Server 6.5 For Sybase SQL ServerAuthor: Narasimhan Jayachandran
Download Script:
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
"as -is", without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose...
Disclaimer Continued
Back to Database Journal Home |