Viewing 15 posts - 41,431 through 41,445 (of 59,067 total)
On second thought, since you need the calculated distance as part of the result set, you may want to include the calculated distance in the first CTE which is limited...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 11:25 pm
Actually, it's probably not...
In a CTE, create a result set using the "Narrow Horizontal Corridor" formulas we talked about. Then, in another CTE, do the radius calculations on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 11:19 pm
To be clear, you'll still need to do the radius calculation but the addition of the MAX variables I spoke of should really cut down on the number of complex...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 11:12 pm
matt6749 (10/19/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 11:04 pm
Shairal-763732 (10/19/2009)
Our home office overwrites a table every night with new data. I want to know when a new row appears in the table, but if they...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 10:50 pm
mspiegel (10/19/2009)
Bru,I'm not familiar with the Pivot syntax. Could you provide a sample for me?
Thanks!
Yep... same priciple as in the following...
http://www.sqlservercentral.com/articles/T-SQL/63681/
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 10:46 pm
Heh... don't forget the false physicians. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 10:42 pm
Heh... at least you're doing SOME testing. A lot of shops that I've done work for generally let the users find the problems for them... we all know how...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 10:14 pm
The biggest reason why you're getting a SCAN of any sort instead of a SEEK is because of the forumula itself... it must calculate every zip code to find which...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 10:00 pm
WayneS (10/19/2009)
Just had a "developer" send me some code.
SP "a" has...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 8:50 pm
Ok, I guess I have a question or two...
If a Case code (like 29119) has two values of CurrentGluedPieces of 0 and 91520 for each day and shift, how do...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 7:51 pm
Thanks Brad... just got home from work and looking at this now...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 7:30 pm
I do it the same way... and every step is tested that way as Gail and Gus. The side benefit is that every step is tested.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 7:28 pm
Steve Jones - Editor (10/19/2009)
Bob Hovious 24601 (10/18/2009)
Where'd you get the hat? I have to make do with a colander reinforced with tin foil.
I think we'd like pictures...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2009 at 7:15 pm
RBarryYoung (10/18/2009)
Jeff Moden (10/18/2009)
Bob Hovious 24601 (10/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2009 at 11:31 pm
Viewing 15 posts - 41,431 through 41,445 (of 59,067 total)