怎么删除一个表里的所有索引记录在不知道索引名字的情况下?[解决办法]--查詢表所有index sp_helpindex '表名 '[解决办法]得到一个Table所有索引的名字: SELECT name FROM sysindexes WHERE id=object_id( 'tab_name ')