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 are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA

1 Answers  


What is fill factor? : sql server DBA

1 Answers  


What questions might be they ask in managerial round in capgemini.

1 Answers   Cap Gemini, iGate,


how can you get actual data change values from previous transactions in oracle?

1 Answers   Oracle,


what is asm?

1 Answers   Oracle,


SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT PRIVILIZES.

4 Answers   Cognizant,


How would you force a log switch?

4 Answers  


WHEN DOWN TIME WHAT CAN U DO?

1 Answers   TCS,


Explain how you would restore a database using RMAN to Point in Time?

1 Answers  


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

3 Answers  


what is difference between user managed backup and rman backup?

1 Answers   CTS,


Datapump backup steps?

1 Answers  


Categories