Viewing 15 posts - 6,706 through 6,720 (of 7,597 total)
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
Hmm, now that the db is in recovering status, you may not be able to (temporarily) add another log file on a different drive to allow the db to keep...
February 27, 2013 at 2:43 pm
TheSQLGuru (2/27/2013)
. . .it about as joyous as an aggregated view calling an aggregated view.
You can do THAT TOO in SQL Server?!? Jeez, what a suck-@ss product! :w00t:
No,...
February 27, 2013 at 2:31 pm
If XACT_STATE() returns -1 [uncommitable transaction], you can't do anything else except rollback the current transaction. That is a logical restriction within SQL Server itself.
In that case, you would...
February 27, 2013 at 1:35 pm
Viewing 15 posts - 6,706 through 6,720 (of 7,597 total)