Hi,<br>
<br>
I herited a database where tempdb and its log were on two separate devices. Expanding database expands only the log.<br>
<br>
The only solution I figured out was to:<br>
- put first tempdb in RAM<br>
- restart server with minimal configuration /f<br>
- set master as default device and set tempdb in RAM as 0<br>
- restart server and make a new disk device for tempdb and set as default<br>
- restart server and expand tempdb (data&log) to new and THE ONLY ONE tempdb device<br>
- and of course, backup FIRST<br>
<br>
Is there any other solution or procedure to make this easier?<br>
<br>
Done it and hopefully never again,<br>
Al
<br>
I herited a database where tempdb and its log were on two separate devices. Expanding database expands only the log.<br>
<br>
The only solution I figured out was to:<br>
- put first tempdb in RAM<br>
- restart server with minimal configuration /f<br>
- set master as default device and set tempdb in RAM as 0<br>
- restart server and make a new disk device for tempdb and set as default<br>
- restart server and expand tempdb (data&log) to new and THE ONLY ONE tempdb device<br>
- and of course, backup FIRST<br>
<br>
Is there any other solution or procedure to make this easier?<br>
<br>
Done it and hopefully never again,<br>
Al