Viewing 15 posts - 5,926 through 5,940 (of 10,143 total)
polkadot (8/2/2012)
First, I assigned rank to the saledate so that cumulative totals were not against randomly ordered dates, then I inserted results into...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 3, 2012 at 2:49 am
Brandie Tarvin (8/2/2012)
Huh. Interesting thoughts, Chris. I'll take a look at that option.Maybe I should be indexing the staging table after it's loaded too.
Here's a good reference[/url] covering the first...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 3, 2012 at 2:47 am
Michael Valentine Jones (8/2/2012)
or the earningsdate <> the timekey from dt3
or the CycleMonth <> the timekey from dt2
or AEarned1 <> staging column 1
or...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 3, 2012 at 2:40 am
JAZZ Master (8/2/2012)
crookj (8/2/2012)
SQLRNNR (8/2/2012)
EL Jerry (8/2/2012)
Revenant (8/2/2012)
L' Eomot Inversé (8/2/2012)
Cliff Jones (8/2/2012)
Daniel Bowlin (8/2/2012)
Rob Schripsema (8/2/2012)
this?read
me
making
keep
idiot
this
does
How
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 3, 2012 at 2:33 am
Abu Dina (8/2/2012)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 9:48 am
You need to tune the original query to reduce the false positives. The easiest way to do this is to tweak the match ratios in the WHERE clause until you...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 9:32 am
Heh you beat me to it, Gus.
Gail has a great blog covering this behaviour here[/url].
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 9:01 am
The sample data doesn't contain any holes. Maybe there aren't any. Here's a sample set with a hole and two [Type]'s:
SET NOCOUNT ON
DROP TABLE #CustomerConditions
CREATE TABLE #CustomerConditions(
[Id] [int] IDENTITY(1,1)...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 8:51 am
gsd1 (8/2/2012)
For "07/13/2012 1:06:12 AM" --> Web service is returning "2012-07-13T01:06:12.000-04:00" .
I defined my table column as datetime and the program is loading it...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 8:25 am
gsd1 (8/2/2012)
Hi,For "07/13/2012 1:06:12 AM" --> I am getting "2012-07-13T01:06:12.000-04:00"
How can I just take date&time without considering "-04:00" in tsql?
Thank you..
Display of a SQL Server...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 7:50 am
chriskellerx10 (8/2/2012)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 7:46 am
Another cracking good article Dwain!
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 7:41 am
shahsn11 (8/2/2012)
If the above is true that what...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 7:25 am
Evil Kraig F (8/1/2012)
GilaMonster (7/31/2012)
Evil Kraig F (7/31/2012)
Ugh, sick for a week blows. I miss anything of import since last Tuesday?Vacation! Mine! (no, you're not invited 🙂 )
LOL! ...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 6:47 am
SQL Kiwi (8/2/2012)
Fal (8/2/2012)
Well, being a Kiwi he does live in the land of Mordor. 😛
True; see the picture below of two hobbits winning our first gold medal in...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
August 2, 2012 at 6:47 am
Viewing 15 posts - 5,926 through 5,940 (of 10,143 total)