Viewing 15 posts - 661 through 675 (of 1,271 total)
Great article!! And thanks for the plug of my Blog. :smooooth:
October 10, 2007 at 4:05 pm
noeld (10/5/2007)
October 5, 2007 at 9:43 am
These communities help all of us. I've learned a lot by helping people figure out solutions to problems they were experiencing. If all you learn is what you experience, you...
October 4, 2007 at 1:27 pm
That specific error is actually referring to latches on memory spaces in the buffer. Basically, SQL Server is removing shared objects (cached query plans) that objects have a latch (a...
October 4, 2007 at 9:57 am
PSS = Product Support Services. Basically, it's Microsoft SQL Server support.
October 3, 2007 at 11:56 am
I agree with checking for blocking first, but I'm surprised that two of the most fundamental things aren't even listed: check the SQL log for unreported errors and check the...
October 3, 2007 at 10:12 am
A couple of changes that I'd like to see made in the tool in a future release:
August 27, 2007 at 10:49 am
There are not 59 minutes and 59 seconds in hour #1. There isn't even 59 minutes, 59.9999 seconds. There is 60 seconds in a minute and 60 minutes in an...
August 15, 2007 at 3:41 pm
Why are you defaulting to 59 minutes if the process was running before the hour started and finished after the hour ended?
A process that is already running at 12:00 and...
August 15, 2007 at 1:26 pm
If nothing else, it certainly was a thought-provoking, compelling article. Very few of these things even come close to double digit pages of responses.
August 3, 2007 at 12:49 pm
Yeah, I understand that. I'm assuming that recovery from tape is a fairly fast process for you. For myself, the department that handles tape backups has a 2 week SLA...
August 3, 2007 at 12:44 pm
I abhor doing backups and restores over the network, but they do not always fail. I definitely agree that for large databases, you should backup locally onto a separate disk...
August 3, 2007 at 9:26 am
Actually, the directions do state quite implicitly that it can only fall into one category. It uses the word "substitute". When you substitute for something, the original thing is no...
August 3, 2007 at 8:47 am
Your list doesn't include the DefaultData and DefaultLog entries in it.
These are the only values I read or set on a regular basis:
Exec
xp_instance_regread N'HKEY_LOCAL_MACHINE'
July 31, 2007 at 11:45 am
Was there anything in the PERL script that couldn't be accomplished with xp_instance_regread and xp_instance_regwrite?
July 30, 2007 at 9:56 pm
Viewing 15 posts - 661 through 675 (of 1,271 total)