Based on best practices recommendation, we want to do the following
- Move
tempDbto new dedicated drive - Increase number of
tempdbto 4 (all equally sized)
Can anyone please share the commands, as I need to do on production want to be extra careful.
|
Based on best practices recommendation, we want to do the following
Can anyone please share the commands, as I need to do on production want to be extra careful. | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
1) move tempdb From article http://support.microsoft.com/kb/224071 For SQL2005:
Please, note that You have to restart sql server after this. After restart, You can delete tempdb files from original locations. 2) You can't increase number of tempdbs, but You can increase number of tempdb data files exactly the same way You add data files to any other database: http://msdn.microsoft.com/en-us/library/ms189253.aspx
| ||||
|
feedback
|