Re: index in Yukon
From: Paul S Randal [MS] (prandal_at_online.microsoft.com)
Date: 02/21/05
- Next message: Sasan Saidi: "RE: collation"
- Previous message: Peter The Spate: "drop / create new database with old name"
- In reply to: Tibor Karaszi: "Re: index in Yukon"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 09:28:58 -0800
There are some extras too - with ALTER INDEX you can rebuild an index online
(i.e. with concurrent DML). BOL has all the details.
-- Paul Randal Dev Lead, Microsoft SQL Server Storage Engine This posting is provided "AS IS" with no warranties, and confers no rights. "Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.com> wrote in message news:#w8NE9#FFHA.208@TK2MSFTNGP12.phx.gbl... > Same as between DBCC DBREINDEX and DBCC INDEXDEFRAG. Rebuild will create and drop (same as if you > executed those two commands). Reorg will "shuffle" the pages so they are (more) contiguous. > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://www.solidqualitylearning.com/ > http://www.sqlug.se/ > > > "Aju" <ajuonline@yahoo.com> wrote in message news:eFnLaZ%23FFHA.3732@tk2msftngp13.phx.gbl... > > Hi , > > What is the diff between alter index .. Rebuilt & reorganise > > > > Thanks > > ARR > > > > > >
- Next message: Sasan Saidi: "RE: collation"
- Previous message: Peter The Spate: "drop / create new database with old name"
- In reply to: Tibor Karaszi: "Re: index in Yukon"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|