Viewing 15 posts - 6,931 through 6,945 (of 9,707 total)
James Stephens (12/1/2010)
December 1, 2010 at 10:50 am
Maybe you have the plans misnamed, but "Without_repl_predicates" shows an Index scan (IndexScan Ordered="true") and the other plan shows the opposite??
Anyway, while I'm playing with this, try doing the first...
December 1, 2010 at 8:53 am
Greg Edwards-268690 (12/1/2010)
Brandie Tarvin (12/1/2010)
Greg Edwards-268690 (12/1/2010)
For the data warehouse - are you implying slowly changing dimensions?Although the 3 tables wouldn't seem necessary.
There are no really good standards for a...
December 1, 2010 at 8:45 am
Gianluca Sartori (12/1/2010)
None of these predicates need to access the tables, so why a scan?
Because you've got them all lumped together??? To my eyes, the code should say:
...
December 1, 2010 at 8:28 am
Gianluca Sartori (12/1/2010)
AND ({fn ISPALUSER('23320088-BB3F-46AC-905D-0F2A95181934')} = 1
...
December 1, 2010 at 8:15 am
I don't see ISPALUSER in BOL. Can you script that function out for me?
December 1, 2010 at 8:13 am
GSquared (12/1/2010)
December 1, 2010 at 6:54 am
GilaMonster (12/1/2010)
Brandie Tarvin (12/1/2010)
This is the time to ask for a raise, methinks.
Ask? What is this ask? I'm a consultant. "As of Jan 1st, the new hourly rate will be...
December 1, 2010 at 6:33 am
Greg Edwards-268690 (12/1/2010)
For the data warehouse - are you implying slowly changing dimensions?Although the 3 tables wouldn't seem necessary.
Yes and no. The way that slowly changing dimensions are implemented in...
December 1, 2010 at 6:31 am
GilaMonster (12/1/2010)
In the last 2 weeks there have been three resignations at current client:
The senior developer (leaving only 2 permanent developers)
The Chief Enterprise...
December 1, 2010 at 6:18 am
svetlana.davkovska (12/1/2010)
This function is OK for integer numbers, what about decimal or negative ?
I'm not sure I understand your question.
If you test it, ISNUMERIC() will come out as true for...
December 1, 2010 at 6:01 am
Tom.Thomson (12/1/2010)
CirquedeSQLeil (11/30/2010)
For any that might be interested in an opportunity to heckle a threadizen, check this out[/url].
The 744 pixel wide image doesn't really fit well unscaled in a 670...
December 1, 2010 at 5:15 am
Even people who think they know should read this article. I actually knew all about the punctuation and currency signs, but then I got to the "e" and "d" part....
December 1, 2010 at 4:50 am
GilaMonster (11/30/2010)
GSquared (11/30/2010)
SELECT ..
FROM T1
inner join T2
on T1.a >= T2.b
inner join T3
on T1.a <= T3.c;
Would you still question it? It's the same...
December 1, 2010 at 4:40 am
Viewing 15 posts - 6,931 through 6,945 (of 9,707 total)