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
pause code in sql2008 through Access07
Cannot execute stored procs from Access without using SQL Native Client driver
How do I limit concurrent IE sessions for a Citrix user on Windows 2003 server?
Access Query Design Where/Or Criteria Trouble (SQL Where)
ALTER TABLE / ALTER COLUMN QUESTION???
Linked table question
Migrating app from VB.net 2005 to VB.net 2008 SqlCeEngine compatibility issue needs fixed
How do I sum a range of data containing Excel errors?
Search function in Excel also in Access?
How to connect two combo boxes