Two things I'd like to know, how do you safely move tempdb with minimal downtime?
Also, how do you create new tempdb files? Is it 1 per core? So quad-core = 4 tempdb files, creating three new ones?
|
Two things I'd like to know, how do you safely move tempdb with minimal downtime? Also, how do you create new tempdb files? Is it 1 per core? So quad-core = 4 tempdb files, creating three new ones? |
|||
|
|
|
To move
If you want to add a new file to
For these changes to take effect, you will need to restart the SQL Server service. So as far as minimizing downtime goes, you are constrained to the amount of time it will take for the service restart. You don't have to worry about moving the pre-existing As for the "1 tempdb data file per core", that is largely a myth. The correct approach is to monitor |
|||
|
|
|
||||
|
|