Viewing 15 posts - 19,771 through 19,785 (of 22,202 total)
GilaMonster (8/8/2008)
majorbloodnock (8/8/2008)
GilaMonster (8/8/2008)
Someguy (8/8/2008)
I'm surprised how many of the readers here are into martial arts.
There's an interesting correlation between IT (and the wider science field) and martial arts....
August 8, 2008 at 8:11 am
Someguy (8/8/2008)
I...
August 8, 2008 at 8:08 am
If I were you, I'd do some serious testing. I suspect the cost of maintaining statistics in most systems, for most databases, is a lot lower than the cost of...
August 8, 2008 at 6:22 am
I take martial arts training twice a week and I help teach it once a week. I spend a couple of hours most weekends splitting wood. In between times, I...
August 8, 2008 at 6:16 am
Thanks. I'm glad it was at all helpful. Keep an eye out for Thomas LaRock articles too. I know he's got a new one coming becuase he let me review...
August 8, 2008 at 5:56 am
Jeremy Brown (8/7/2008)
Hey Grant, do you have a general value you apply or do you use some kind of formula based on counters? Just curious.
Although, now that I think...
August 7, 2008 at 1:21 pm
Or, you might want to consider increasing the cost threshold for parallelism on your server. I've usually found the default is just too low, causing queries that don't need it...
August 7, 2008 at 1:06 pm
Is it the log file? Maybe you're in Full Recovery mode and not running log backups?
August 7, 2008 at 8:19 am
Pick up a copy of Kalen Delaney's Inside SQL Server 2005: The Storage Engine. That will give you a lot of the kind of information that you're looking for.
August 7, 2008 at 6:32 am
The correlated sub-queries at the top of your select statement are going to give you coniptions as this scales. The more data it hits, the slower these will run:
...
August 7, 2008 at 6:31 am
You will get slightly better performance combining the two procedures. Avoiding the recompile and the waits that it entails will help.
Honestly though, it's not a solution to your problem. You're...
August 7, 2008 at 6:26 am
Log file full
Backup failed
Errors with a severity higher than 16
Those are the three most useful ones.
August 7, 2008 at 6:23 am
First, and most important, before you worry about a tool, you need to focus on your process. Discipline around how and when you deploy is more important than the tool...
August 7, 2008 at 6:21 am
More than a few of us on are Linked-In. It is like Gail said though, I would only recommend someone after a pretty long relationship that involves more than a...
August 7, 2008 at 6:14 am
Viewing 15 posts - 19,771 through 19,785 (of 22,202 total)