Viewing 15 posts - 811 through 825 (of 10,144 total)
April 11, 2017 at 8:13 am
Many ways to do this, here's another:
IF OBJECT_ID('TempDB..#Weights') IS NOT NULL DROP TABLE#Weights
April 11, 2017 at 8:05 am
April 7, 2017 at 8:32 am
What exactly are you trying to count? It's not clear - you specify " number of input records " but then you use DISTINCT in your code. Perhaps this will...
April 7, 2017 at 4:40 am
April 5, 2017 at 5:18 am
WayneS - Tuesday, April 4, 2017 11:37 AM
Surprised it's taken this long. Well done Wayne!
April 5, 2017 at 1:18 am
April 4, 2017 at 7:01 am
April 4, 2017 at 6:45 am
April 3, 2017 at 11:00 am
April 3, 2017 at 10:49 am
March 31, 2017 at 8:26 am
March 31, 2017 at 8:22 am
March 31, 2017 at 6:05 am
March 31, 2017 at 3:30 am
I too have struggled with this in the past. The easiest and fastest way I have...
March 29, 2017 at 5:03 am
Viewing 15 posts - 811 through 825 (of 10,144 total)