How can you rebuild an index?
Answers were Sorted based on User's Feedback
Answer / ehtesham malik
Alter index index_name REBUILD COPMUTE STATISTICS
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / guest
dbcc dbreindex ('table_name' [, index_name [,
fillfactor ]]) [WITH NO_INFOMSGS]
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kishore
DBCC dbreindex('tabname','indexname','fillfactor')
| Is This Answer Correct ? | 1 Yes | 2 No |
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
wat is global index and local indes
how can a session indicate its interest in receiving alerts?
the process of adding a cpu in sql server is called..?
What is the difference between clustered and non-clustered index? : sql server DBA
When creating a user, what permissions must you grant to allow them to connect to the database?
What are the commands you'd issue to show the explain plan for "select * from dual"?
Is it possible to update the multiple field values in a single query? If possible then write the actual query.
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
why we use cursors
Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog
how can you find out if a table can be redefined?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)