What is the significance of SORT_IN_TEMPDB when working with indexes on a table of significant size (20GB plus)?
Where else does sorting take place?
|
What is the significance of Where else does sorting take place? |
||||
|
|
|
It depends. The options are -
If your There's a pretty good article on MSDN about this topic here. |
|||
|
|
|
What it does is instead of utilizing the target database to do the intermediate sorts for creating and rebuilding the index, it uses |
|||
|
|