Viewing 15 posts - 46 through 60 (of 117 total)
Hi Lynn, just now reading this article due to the re-publish. If you have a table with a high rate of transactions, what do you think of using the READPAST...
February 18, 2011 at 4:49 am
Thank you.
The t1 table has no index on the n column, thus when you do the left join on "A.ID - @Period = B.ID" it is doing a full...
November 19, 2010 at 2:28 pm
Digs I'm not trying to be a jerk here, but if you want me to help you, you need to provide code that reproduces the problem you are having issues...
November 19, 2010 at 2:04 pm
Digs, can you please post the entire code you are using?
Also in retrospect, I would not create t1 as a CTE, as lately when I use Row_Number() in a CTE,...
November 19, 2010 at 1:13 pm
Thank you that did the trick.
September 27, 2010 at 10:25 pm
greg 2201 (9/23/2010)
September 23, 2010 at 2:41 pm
Chris -
That's very nice work. I ran it on the code I used in the article, and modified all the decimal variables/fields to (8,2) and it provided just as good...
March 13, 2010 at 9:17 am
sven.purbe (3/8/2010)
First I would prefer to store the stock quotes as integers (multiply by 100) - less storage space needed which also...
March 8, 2010 at 10:23 am
TimvdH (3/4/2010)
March 4, 2010 at 9:45 pm
Hey does anyone know if it's possible to do this solution but insure that the fields/variables are updated in a specific order for each row?
Like say I have a...
February 18, 2010 at 1:12 am
Garadin (9/15/2009)
That recursive CTE is probably the coolest piece of code I've seen in quite a while. Makes me realize you can apply them to more than just hierarchies.
They...
September 15, 2009 at 9:26 am
Hey everyone, thanks for your posts. You all will probably be dissappointed but I've decided to instead use .Net (either via SSIS's Script Task or a Client App) in order...
August 10, 2009 at 10:01 pm
Jeff is always ahead of the game. Thank you Lynn. Numbers being off is the least of my concerns - I just needed to see a way to carry numbers....
August 9, 2009 at 8:46 pm
Sure
input_number,weight,weighted_average
00,1.00,20.00
13,0.25,18.25
18,0.10,18.22
51,0.18,24.12
23,0.20,23.90
21,0.23,23.23
August 9, 2009 at 8:34 pm
Viewing 15 posts - 46 through 60 (of 117 total)