Viewing 15 posts - 2,326 through 2,340 (of 2,756 total)
I'd say the first thing to do, is see what SQL says is the reason for not re-using the log space:
use [master];
select name, log_reuse_wait_desc from sys.databases;
Could be a long-running transaction,...
August 5, 2013 at 1:02 pm
The rule of thumb would be to set it large enough that it doesn't need to grow, with a little headroom to handle "bursts" of transactions.
It's the sort of thing...
August 5, 2013 at 7:29 am
jcrawf02 (8/2/2013)
Lynn Pettis (7/31/2013)
FYI, Anyone considering Care Packages to Afghanistan, the first package from home took 9 days to get here.
we'll send you some fresh cream, and you can enjoy...
August 2, 2013 at 12:14 pm
Steve Jones - SSC Editor (7/31/2013)
August 1, 2013 at 5:43 am
WayneS (7/29/2013)
Just curious - how many like that new tile look on the home page?FWIW: I prefer the older images over these tiles.
I didn't even really notice, I guess because...
July 29, 2013 at 12:47 pm
A couple months back, I changed jobs...
My new employer uses (and has been using) CommVault for several years to handle all the backups, and here's what I've seen / discovered...
July 29, 2013 at 6:28 am
Jeff Moden (7/26/2013)
L' Eomot Inversé (7/24/2013)
I haven't got enough hair to have bad hair days 🙂
BWAAA-HAAA!!! I've got tons of hair. I'm just not allowed to show it...
July 26, 2013 at 11:46 am
Virtualization tech: Whatever you're comfortable with
OSes: Licenses for the virtualization depends on what you go with, both MS and VMWare have free options. Guest OSes again will...
July 26, 2013 at 10:26 am
As long as you stay stingy on the disk space granted to a VM, you could probably get away with doing this with a virtualization server with a single 2TB...
July 26, 2013 at 10:08 am
OK, I now want to try set-based TV watching...
Anyone got a couch I can sleep on when the wife kicks me out for it? I figure if I use...
July 26, 2013 at 7:13 am
Stefan Krzywicki (7/24/2013)
jcrawf02 (7/24/2013)
Koen Verbeeck (7/23/2013)
Lowell (7/23/2013)
Koen Verbeeck (7/23/2013)
Didn't know this site censored some words.Hum. Whaddayaknow...
Oh man,so you've been added into the naughty list, then right?
Probably, if I wasn't already...
July 24, 2013 at 8:39 am
Another option if you don't want to mess around with undocumented SQL commands, would be to look into using the DOS command FORFILES. At my previous job, I had...
July 24, 2013 at 5:39 am
Nope. You still would need to (if you deem it worth the time and effort) go back and compress the non-clustered indexes.
July 23, 2013 at 1:30 pm
Having just dealt with compressing a table with both clustered and non-clustered indexes:
i) I don't believe so. I believe you can compress just the indexes, but you probably...
July 23, 2013 at 11:58 am
Viewing 15 posts - 2,326 through 2,340 (of 2,756 total)