How can you rebuild an index?

Answers were Sorted based on User's Feedback



How can you rebuild an index?..

Answer / ramesh

ALTER INDEX <Index> REBUILD ONLINE;

one Should Configure a script to Rebuild indexes at Regular
intervals for the needy

Is This Answer Correct ?    10 Yes 2 No

How can you rebuild an index?..

Answer / ehtesham malik

Alter index index_name REBUILD COPMUTE STATISTICS

Is This Answer Correct ?    6 Yes 2 No

How can you rebuild an index?..

Answer / deepak

alter index <indexname> rebulid;

Is This Answer Correct ?    5 Yes 2 No

How can you rebuild an index?..

Answer / ravikiran koppisetty

ALTER INDEX INDEXNAME REBUILD

Is This Answer Correct ?    3 Yes 1 No

How can you rebuild an index?..

Answer / guest

dbcc dbreindex ('table_name' [, index_name [,
fillfactor ]]) [WITH NO_INFOMSGS]

Is This Answer Correct ?    2 Yes 2 No

How can you rebuild an index?..

Answer / kishore

DBCC dbreindex('tabname','indexname','fillfactor')

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More DB Administration Interview Questions

What would you use to improve performance on an insert statement that places millions of rows into that table?

2 Answers   TCS,


What is a system database and what is a user database? : sql server DBA

0 Answers  


What is dcl? : sql server DBA

0 Answers  


what is logical system in sap basis

0 Answers  


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

0 Answers  






How many packages we have in db

1 Answers   Tesco,


What are the different sql server versions you have worked on? : sql server DBA

0 Answers  


how can you generate profile of pl/sql applications to identify performance bottlenecks?

0 Answers   Oracle,


how can you initialize log miner?

0 Answers   Oracle,


What is the importance of a recovery model? : sql server DBA

0 Answers  


Where in the Oracle directory tree structure are audit traces placed?

1 Answers  


who owns the operating system files created by the utl_file package?

0 Answers   Oracle,


Categories