Re: SORT_IN_TEMPDB not use tempdb???
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 10/18/04
- Next message: Adam Machanic: "Re: Insert Script"
- Previous message: Meinhard Schnoor-Matriciani: "Re: DTS Package: Data Loading ??"
- In reply to: Jéjé: "Re: SORT_IN_TEMPDB not use tempdb???"
- Next in thread: Derrick Leggett: "Re: SORT_IN_TEMPDB not use tempdb???"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 09:32:39 -0400
No it does not know the difference between a physical drive array and a
logical drive per say. As Derrick mentioned how are you determining that
tempdb is not being used? How much memory do you have? Maybe you have
enough free memory that the physical drive amy not matter as much.
-- Andrew J. Kelly SQL MVP "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message news:exL1%23GMtEHA.2196@TK2MSFTNGP14.phx.gbl... > its a command like this: > create index [IndexName] on Table (col1, col2 ...) with fill_factor=100, > SORT_IN_TEMPDB on primary > > Does SQL Server test if the tempdb database is on the same hard drive as > the target index file? > > > "Andrew J. Kelly" <sqlmvpnooospam@shadhawk.com> a écrit dans le message de > news: ekaz86LtEHA.2808@TK2MSFTNGP14.phx.gbl... >> Are you sure that tempdb is actually on a different set of physical disks >> or just a Logical drive? What is the actual command you used? This is >> only applicable on creating an index not rebuilding one. >> >> -- >> Andrew J. Kelly SQL MVP >> >> >> "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message >> news:%23ClIQmKtEHA.376@TK2MSFTNGP09.phx.gbl... >>> Hi, >>> >>> I've an index to create around a table with 3millions of rows. >>> my tempdb database is on a different set of disks, so I use the >>> SORT_IN_TEMPDB when I recreate my index, but I don't see any activity >>> around the tempdb database and the time to create the index is the same! >>> >>> any idea? >>> >>> thanks, >>> Jerome. >>> >>> >> >> > >
- Next message: Adam Machanic: "Re: Insert Script"
- Previous message: Meinhard Schnoor-Matriciani: "Re: DTS Package: Data Loading ??"
- In reply to: Jéjé: "Re: SORT_IN_TEMPDB not use tempdb???"
- Next in thread: Derrick Leggett: "Re: SORT_IN_TEMPDB not use tempdb???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|