Viewing 15 posts - 4,546 through 4,560 (of 5,843 total)
In general you should not run the GUI profiler continuously. a) it has a MUCH more significant overhead on the server than profiling to a local disk file and...
September 16, 2009 at 8:36 am
I would like to inject here that people need to be very careful about the "test it yourself" mantra. What is optimal for one set of circumstances could be...
September 16, 2009 at 8:30 am
If you have a sufficiently long maintenance window I see no reason not to do the update stats with fullscan every time. I don't think it can make things...
September 16, 2009 at 8:24 am
1) >>Does partitioning with only one set of RAID have any advantage?
It can actually have a DISadvantage in causing additional head thrashing and seek/access times, resulting in WORSE performance, especially...
September 10, 2009 at 10:06 am
Paul White (9/9/2009)
It makes you think, doesn't it.
Things that make you go "HHHMMMMMMMM"!! :hehe:
September 10, 2009 at 8:10 am
I have to maintain this system...
Better to have too much work than not enough though, right?? π
September 10, 2009 at 8:09 am
PiManΓ© (9/10/2009)
That's if the primary key is the clustered index, which it doesn't have to be. There's no real problems with a random guid as the primary key. The problem...
September 10, 2009 at 8:07 am
Paul White (9/9/2009)
I'd like to think there will always be a place for (appropriately...
September 9, 2009 at 8:26 am
>>The DTA didn't help me either. I used another software that provided me with much better results - I think it was called somethink like qure sql.. I'm sure Google...
September 9, 2009 at 7:39 am
I believe we SQL people are extremely good value, compared to (say) lawyers π
Glad you didn't say like doctors there since my wife is an OBGYN! π Of course...
September 8, 2009 at 9:44 pm
As Mr. Guru suggests, a dynamic SQL search procedure can work well, if done correctly.
Mr Guru is available at very reasonable rates I hear
Actually my rates are definitely...
September 8, 2009 at 8:07 pm
Paul White (9/7/2009)
TheSQLGuru (9/7/2009)
BTW, are you going to PASS this year? Would love to meet you.This is NOT an on-line dating service :laugh:
:w00t:
September 8, 2009 at 2:44 pm
This type of system screams for a dynamic sql based search sproc. Difficult to construct properly, but by far the most efficient mechanism you will get. I have...
September 8, 2009 at 2:24 pm
Personally I love the OP's original design statement!! And no, I am not laughing here. The more situations like this in existence (and there are LOTs of similar...
September 8, 2009 at 2:22 pm
You should be very thankful you got the error, because otherwise you would have bad data in your system and not know it. The query needs to be rewritten...
September 8, 2009 at 1:32 pm
Viewing 15 posts - 4,546 through 4,560 (of 5,843 total)