Microsoft
Software
Hardware
Network
Question : Index fragmentation
I When I do A DBCC DBREINDEX ("HumanResources.Employee"
, PK_Employee_EmployeeID,80)
; on my index on my database 2005/2000 which was 66,66% it changes to 50% and if a do it again on the same index it go up to 85%.
Why is this happening or what should I do
Answer : Index fragmentation
how many records are there in this table? aka: how many data pages does the table/indexes occupy?
the smaller the table, the less meaning does the "fragmentation" have.
Random Solutions
access 2003 package wizard
ASP.NET 2.0 Datalist and Paging
VBA command to open EMBEDDED OLE object - Word document
macro to unhide rows
Merge all identities into one identity in outlook express
How to fix SVCHOST.EXE taking 99% of CPU
Word 2007 Protected Form
How to convert seconds to hh:mm:ss in a sql query
Exchange 2007 - Error Mounting Database to Network Share
Web service / ASP.net project structure