Viewing 15 posts - 151 through 165 (of 209 total)
Hi,
If you're planning to segregate the tables by month, I'm not sure why you think there will be a problem with your original primary key of [ItemDate],[ItemKey] ?
If you pass...
May 18, 2006 at 8:07 am
Vinu,
Could you post some code as well please?
I'm guessing here, but I suspect that it may be to do with statistics (the values that let the optimizer decide how many...
May 18, 2006 at 7:51 am
Just doing one myself Martin. What exactly is it that you're having trouble with?
May 18, 2006 at 7:41 am
Colin - thanks for that. I confess I had actually found that reference on Monday, but thanks for pointing it out anyway! (I meant to put a message...
May 18, 2006 at 7:37 am
It uses histogram statistics. These are samples of the data throughout the table at regular intervals. The values at each sample enable the optimizer to get a view...
May 12, 2006 at 10:50 am
Hi Bill,
We're only talking about one system here. At the risk of repeating myself, this problem only exists for one database - all other databases ON THE SAME...
May 4, 2006 at 5:18 pm
Thanks Antares - sorry if I seemed to rant slightly, but I just seemed to be going over the same ground several times which was getting frustrating.
I am already planning...
May 3, 2006 at 4:57 pm
Thank you, and that goes for everybody, for taking the trouble to contribute to this thread. However, I do wish people would read it completely.
Yes, I KNOW that the...
May 3, 2006 at 2:20 pm
Well, it's always worth pointing such things out because we all forget the obvious at times. But no, I have checked that (several times!). It's also worth pointing...
May 3, 2006 at 6:50 am
Hi Scott,
I'll try it (doesn't do any harm as you say), but I doubt it was ever replicated. Even if it had been, I wouldn't be able to truncate...
May 2, 2006 at 2:46 pm
Just to revisit this a little - I am intending to try Tom's suggestion, since I suspect this is a corrupt logfile.
However, if I issue a manual CHECKPOINT command, the...
May 2, 2006 at 9:11 am
Thanks for all the replies, but I should clarify that ai am NOT talking about SHRINKING the log - just truncating the active portion. The problem is that if...
April 26, 2006 at 1:50 am
But the log ISN'T truncating at checkpoint. The recovery interval is set to default, but even when I leave my test transactions (and there are lots of these) to...
April 25, 2006 at 10:19 am
Best combination to use is a BACKUP LOG ... command followed by a DBCC SHRINKFILE command.
BACKUP LOG [ with truncate_only ]
DBCC SHRINKFILE ()
If the log records...
April 4, 2006 at 9:32 am
Actually, unless I've misread some of the other replies, I think the concensus is (just) to defrag first, then rebuild indexes.
I've never found any formal documentation to support this, but...
April 4, 2006 at 9:19 am
Viewing 15 posts - 151 through 165 (of 209 total)