What is Fragmentation and Defragmentation? For 32GB
Table,How can we do the fragmentation?
Answers were Sorted based on User's Feedback
Answer / Muneesh Kumar Varshney
Fragmentation refers to the process of breaking a file into smaller fragments due to various factors like addition, deletion, or movement of data. In SQL Server, this can happen to database files as well. Defragmentation is the process of reorganizing these fragments so that they are contiguous and sequential. For a 32GB table in SQL Server, you can perform fragmentation using Database Consistency Checker (DBCC CHECKTABLE) command and defragmentation using the ALTER INDEX REBUILD command.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a view on an existing table in ms sql server?
What is the default value of an integer data type in sql server 2005?
How you can find out if an index is useful to the optimizer?
what is a mixed extent? : Sql server administration
Explain the benefits of user-defined functions?
What is read committed?
Why de-normalization required?
What are the types of stored procedures in an sql server?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What are indexes? When do you need to create Indexes?
4 Answers CarrizalSoft Technologies, HP,
Is truncate autocommit?
What is the command used to get the version of sql server?
Oracle (3253)
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)