Viewing 7 posts - 1 through 7 (of 7 total)
Ahhh yes i see. Thanks again Jeff your help is greatly appreciated!
JS
January 13, 2011 at 3:47 pm
Oh forgot to mention, Thanks Jeff Moden for writing the article 🙂
January 10, 2011 at 12:45 am
Good question! At first i actually didn't have access to the table and i couldn't imagine how many rows it would initialy have so i simply put 999999999999... When i...
January 10, 2011 at 12:44 am
Yes of course here is the script
Step 1 - Create the Tally Table
--=============================================================================
-- Setup. Duration - 00:02:31 Rows - 158,533,281
--=============================================================================
USE Source_Cleansed_DM
...
January 9, 2011 at 6:47 pm
Hey MM, I've just finished my script and it works a treat!!! Thanks so much for your help 😀
January 9, 2011 at 5:38 pm
Thanks MM. I've just finished reading the entire article and will start working on my sql now 🙂
If anyone already has a sql already done please feel free to post...
January 9, 2011 at 4:25 pm
Also any hardcoded values can be excluded from the group by such as col1 below.
SELECT 'value' AS col1,
MAX(col2),
...
January 9, 2011 at 3:01 pm
Viewing 7 posts - 1 through 7 (of 7 total)