Viewing 15 posts - 6,706 through 6,720 (of 7,600 total)
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
February 28, 2013 at 11:37 am
Robert Davis (2/28/2013)
ScottPletcher (2/28/2013)
So if tempdb now does need to grow for whatever reason, and it causes a SQL issue because it can't, you've guaranteed that there's no easy way...
February 28, 2013 at 11:30 am
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
February 28, 2013 at 11:21 am
Robert Davis (2/28/2013)
ScottPletcher (2/28/2013)
Zero chance. I'd never disable autogrow on tempdb: you could slam your entire instance to a halt -- or worse, perhaps cause it to crash.
If you've...
February 28, 2013 at 11:04 am
Robert Davis (2/28/2013)
ScottPletcher (2/28/2013)
Zero chance. I'd never disable autogrow on tempdb: you could slam your entire instance to a halt -- or worse, perhaps cause it to crash.
If you've...
February 28, 2013 at 11:02 am
Robert Davis (2/28/2013)
ScottPletcher (2/28/2013)
February 28, 2013 at 10:52 am
GilaMonster (2/28/2013)
ScottPletcher (2/28/2013)
February 28, 2013 at 10:51 am
GilaMonster (2/28/2013)
February 28, 2013 at 10:44 am
So you don't use a startup proc to verify tempdb data files are all the same size and sync them if they are not?
How, then, do you become aware of...
February 28, 2013 at 10:30 am
Jeff Moden (2/26/2013)
Here's the test data. ...
February 28, 2013 at 10:27 am
Robert Davis (2/27/2013)
ScottPletcher (2/27/2013)
If a tempdb data file is 1.5G when SQL goes down, won't it be 1.5G when SQL comes back up? Isn't it automatically reset to its...
February 27, 2013 at 3:09 pm
Maybe it's just an issue I had.
The last time I altered the SIZE of tempdb data files in SQL, when SQL restarted tempdb files were still larger than that.
If the...
February 27, 2013 at 2:58 pm
Robert Davis (2/27/2013)
ScottPletcher (2/27/2013)
Then, set up a start up proc to shrink both tempdb files
NEVER manually shrink tempdb files. It can corrupt the tempdb files. Avoid shrinking files of any...
February 27, 2013 at 2:54 pm
Robert Davis (2/27/2013)
ScottPletcher (2/27/2013)
Then, set up a start up proc to shrink both tempdb files
NEVER manually shrink tempdb files. It can corrupt the tempdb files. Avoid shrinking files of any...
February 27, 2013 at 2:54 pm
GilaMonster (2/27/2013)
ScottPletcher (2/27/2013)
February 27, 2013 at 2:53 pm
Viewing 15 posts - 6,706 through 6,720 (of 7,600 total)