AExecute the DBCC DBREINDEX statement on the table.
BExecute the UPDATE STATISTICS statement on the table.
CExecute the DROP STATISTICS statement on the clustered index.
DExecute the DBCC INDEXDEFRAG statement on the primary key index.
EExecute the DROP INDEX and CREATE INDEX statements on the primary key index.