santhosh3477 Starting Member
2 Posts
SwePeso Patron Saint of Lost Yaks
Sweden 29156 Posts
Sachin.Nand Flowing Fount of Yak Knowledge
2937 Posts
quote:Originally posted by santhosh3477I am using sql server 2008.I am trying to reduce fragmentation and i run the query asALTER INDEX ALL ON [tablename] REBUILD still fragmentation remains 66.77% , the number of rows in this table are 4077.The other tables are reducing the fragmentation to 0% while i use the same above query.Please suggest why it is not defragmenting the indexes.