Viewing 15 posts - 4,861 through 4,875 (of 18,926 total)
Maintenance plan is the wrong tool for this. It rebuilds all the indexes regardless of the fragmentation.
This works about 200 times faster on my servers (after a few runs)...
July 15, 2011 at 4:59 am
Stefan Krzywicki (7/14/2011)
Ninja's_RGR'us (7/14/2011)
sure. Why don't you do what you want??Sorry, I'm not sure what you're referring to here.
Either is fine. I just think full is overkill in...
July 14, 2011 at 2:44 pm
yes you can force a checkpoint if you want but it runs by itself on a regular basis...
July 14, 2011 at 2:31 pm
Stefan Krzywicki (7/14/2011)
Ninja's_RGR'us (7/14/2011)
Then why waste the ressources on the logs? Just move to simple if you don't need PIT recovery.
Because it is likely that at some point in...
July 14, 2011 at 1:56 pm
Then why waste the ressources on the logs? Just move to simple if you don't need PIT recovery.
July 14, 2011 at 1:39 pm
CheckDB reads all used pages. So if that works then you're good.
The only thing left is to check all the backups (fulls, diffs, logs).
And NO verify only is not...
July 14, 2011 at 1:28 pm
SQLkiwi (7/14/2011)
Richard Warr (7/14/2011)
Good question but haven't we seen it before?
I thought so too, though I can't find the previous question. So, an easy 'green tick' for me today,...
July 14, 2011 at 1:27 pm
SanDroid (7/14/2011)
July 14, 2011 at 1:17 pm
July 14, 2011 at 12:11 pm
I actually go 2 up from that.
I test the logs as well.
I do full backup and do test restore + checkdb. But then twice a day I do a...
July 14, 2011 at 12:08 pm
---- Get Total Count
SELECT Count(''x'') FROM [dbo].[PaymentView] a (nolock)
should be
---- Get Total Count
SELECT Count('x') FROM [dbo].[PaymentView] a (nolock)
July 14, 2011 at 10:37 am
rootfixxxer (7/14/2011)
ThanksI thought that i can't declare the top value as a variable, in the 2k it wasn't possible so once again i didn't try it... :blush:
Been there, done that...
July 14, 2011 at 10:31 am
LutzM (7/14/2011)
@ninja: I edited the quote range in my reply. You might need to adjust yours to reflect that, too 😀
Done!
July 14, 2011 at 10:29 am
I'd like your opinion on this one (2nd post) :
July 14, 2011 at 10:10 am
Viewing 15 posts - 4,861 through 4,875 (of 18,926 total)