July 6, 2015 at 5:03 am
Hi,
I ran out of space while rebuilding indexes over the weekend.
I'm thinking of adding additional space (additional Lun) and then moving my tempdb over to this new space. The thought is that I can have the index rebuild use tempdb so I won't run out of room during the rebuild.
1) Is this is a good plan?
2) If so, can I move tempdb on a busy production server without stopping services?
July 6, 2015 at 6:11 am
1) So you are currently using 'SORT_IN_TEMPDB = ON'? - if yes, additional storage for TEMPDB will work.
2) TEMPDB move will require an outage.
July 6, 2015 at 8:37 am
krypto69 (7/6/2015)
Hi,I ran out of space while rebuilding indexes over the weekend.
I'm thinking of adding additional space (additional Lun) and then moving my tempdb over to this new space. The thought is that I can have the index rebuild use tempdb so I won't run out of room during the rebuild.
1) Is this is a good plan?
2) If so, can I move tempdb on a busy production server without stopping services?
Are you absolutely positive that it was TempDB that you ran out of space on? Even with sort in temp db turned on, most of the load will be in the MDF file and the LDF file.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply