Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
I'm using float, and performing some computing operation with T-sql using TEMP tables.
Syntax similar to this one :
SELECTALIMENTER_ID,SUM(BILAN)
INTO #TOTAUX
FROMECRITURES
GROUP BY ALIMENTER_ID
BILAN is a float column.
I don't know maybe...
April 18, 2011 at 7:56 am
Hi everyone !!
like I've said I opted for a CLR solution, even if we do prefer a sql one. it was basically because I was short in time. but right...
February 14, 2011 at 8:13 am
Thx everyone I would never hoped for this number of solutions, I will shrotly post the results.
January 24, 2011 at 2:56 am
Well the solution If we use a While or a cursor is obvious, I could post this if you want. but I figured out that a hybrid solution .Net &...
January 21, 2011 at 1:23 am
You'r right Jeff, I will need an auto-increment column to ensure the order. But let's presume that's the case.
I tried to simplify the problem because it's a little difficult for...
January 19, 2011 at 5:13 am
Hi
About the collate section :
+ CASE
WHEN collation IS NULL ...
September 28, 2010 at 8:56 am
Thanks Zach, Great Article,
But I wonder if selecting the hole "new_purchase" table each loop, would decrease the performance.
Am I wrong ?
January 5, 2010 at 3:14 am
thanks a lot, this is what i was looking for 😀
April 23, 2009 at 3:13 am
thanks Flo
but just forget about the match column,
if we take the 3 lines where mv1 = 1 we will get
1 with 2,
1 with 6,
1 with 8
and because...
April 22, 2009 at 1:58 pm
Viewing 10 posts - 1 through 10 (of 10 total)