Viewing 15 posts - 136 through 150 (of 231 total)
CirquedeSQLeil (4/12/2010)
I have seen where the patch level has an impact on query performance - very similar description...
April 13, 2010 at 6:54 am
Piotr.Rodak (4/12/2010)
April 13, 2010 at 6:49 am
No, the problem continues to exist only on the one server. It works fine everywhere else I've tried it including on our dedicated volume testing environment where the data...
April 12, 2010 at 1:11 pm
Great article but I had one question. The reference about when temp tables can cause recompilations takes you to an article relevant to SQL Server 2000 and when stored...
April 9, 2010 at 8:27 am
paulgrahamster (3/23/2010)
Robert Frasca (3/23/2010)
From a design point of view I think I might take a simpler approach to solving the training issue. We know that because "the training item...
March 23, 2010 at 12:19 pm
First of all, while I have no issues with the Employee_FunctionalArea construct used in this article I wish we could all reach an agreement on what to call a table...
March 23, 2010 at 9:22 am
I feel your pain. I should probably have prefaced my remarks with "when it's possible". It's much easier to take the approach I recommended at the beginning of...
March 15, 2010 at 3:20 pm
I'm not a big fan of de-normalization in OLTP databases. If I need to run queries I'll run them against a structure that's is optimized for queries such as...
March 15, 2010 at 2:57 pm
We install our products on servers of clients who have little or no technical expertise in-house. It's in our best interest to make sure that some fundamental safeguards are...
March 12, 2010 at 12:19 pm
There's no guarantee that those names will stay the same. Also, from my perspective, the Reporting databases are system databases as well. Since the names of the four...
March 12, 2010 at 10:51 am
The fact that the names can vary based on whether it is a named instance is one of the reasons why I don't want to hard code. Of course,...
March 12, 2010 at 10:22 am
I'm trying to generate some canned Maintenance Plans and I want to logically filter out the System db's or, as the case may be, filter out the user databases. ...
March 12, 2010 at 8:54 am
Okay, that solves the problem of seeing the string.
The whole point of this exercise is to set MAXDOP just for this query but the number of cpu's can...
February 16, 2010 at 1:01 pm
Ah...there used to be a line that said
SET @CPU_String = CAST(@CPU_Count as varchar(2))
in there. I must have accidentally deleted it. Good catch. Thanks a million.
February 16, 2010 at 12:47 pm
Nadrek (2/12/2010)
Alan Vogan (2/12/2010)
February 12, 2010 at 9:58 am
Viewing 15 posts - 136 through 150 (of 231 total)