Re: INDEXDEFRAG FOR SQL SERVER 7.0
From: Paul S Randal [MS] (prandal_at_online.microsoft.com)
Date: 01/13/05
- Next message: Paul S Randal [MS]: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Previous message: Kevin: "Re: Master backup error"
- In reply to: cedutang: "INDEXDEFRAG FOR SQL SERVER 7.0"
- Next in thread: cedutang: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Reply: cedutang: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 10:01:19 -0800
I only implemented DBCC INDEXDEFRAG in SQL Server 2000. In 7.0 you're only
option is to rebuild the index.
Can you post before and after results from DBCC SHOWCONTIG? I'm curious as
to how big the index is you're trying to rebuild and why its not removing
the fragmentation. If you're talking about an index split over multiple
files, the 7.0 showcontig doesn't take multiple files into account when
calculating fragmentation so you may not see it go down when in reality it
has.
Regards.
-- Paul Randal Dev Lead, Microsoft SQL Server Storage Engine This posting is provided "AS IS" with no warranties, and confers no rights. "cedutang" <cedutang@discussions.microsoft.com> wrote in message news:547F5A53-5B16-4812-BF18-EF7613080CDA@microsoft.com... > Hi, I have SQL Server 7.0 and I want to to defrag all the index but DBCC > INDEXDEFRAG it doesnt work, please anybody Know what command exist for > SQL Server 7.0 ? > > I try DBCC DBREINDEX but the fragmentation still. > > Thanks. > cedutang.
- Next message: Paul S Randal [MS]: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Previous message: Kevin: "Re: Master backup error"
- In reply to: cedutang: "INDEXDEFRAG FOR SQL SERVER 7.0"
- Next in thread: cedutang: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Reply: cedutang: "Re: INDEXDEFRAG FOR SQL SERVER 7.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|