Viewing 15 posts - 1 through 15 (of 15 total)
Eirikur Eiriksson (8/17/2014)
There is definitely some room for improvement here but first can you provide the yearweek population code?😎
Sure. (Courtesy: J Livingston)
/* build (only Once) ============================================================================================================= */
IF EXISTS (
...
August 17, 2014 at 8:02 am
Once i pivot the tbl_ItemWeekwise, i get around ~61,000 distinct sku's.
if you can refer my post to anyone with BI know-how that would be faster.
Thanks.
July 6, 2014 at 5:18 am
[font="Verdana"]Hi,
If you see the CSV's they dont have a Sale_week column. I am adding it to the query, also the sCountry, sChar (Character language), iYear columns. Each CSV contains 3...
July 6, 2014 at 4:36 am
Thanks for the links mate. 🙂
BTW, i am currently looking at this Cube Tutorial. But it doesnt explain how to create and deploy cubes made from a single table. In...
July 6, 2014 at 3:05 am
the above queries work fine in sql server now, but donot know how to automate job schedule to scan network folder for csv files and run those queries on the...
July 5, 2014 at 6:50 am
Hi,
sure.
Is it possible to send it to you privately to a personal email address?
July 4, 2014 at 6:27 am
Thanks J. Livingston 🙂
please let me know if i need to start a separate thread for this or i can state my problem here?
Actually, as a starting point,
1] I needed...
July 3, 2014 at 11:15 am
Thanks Sean. 🙂
Right now, going thru the links as per your advice. Also searching for tutorials on learning how to create OLAP Cubes in SSAS and how i can implement...
July 3, 2014 at 10:03 am
Yes, but cumulative across weeks i.e. Sale_week columns for each Description (SKU) will result in the same number of Description (SKU) rows. So data will still be huge to handle...
July 2, 2014 at 11:13 pm
say for example...
sales by brand...week on week comparison?
sales by category this year to date v last year to date?
yadda, yadda -----------
have you considered using a "cube" (SSAS) and linking excel...
July 2, 2014 at 2:08 pm
Luis,
Thanks a bunch! 🙂
this works perfectly - though now i will need to sit and understand your code.
Also, do i need to add an output variable and OUTPUT keyword at...
July 2, 2014 at 1:59 pm
I will surely look into crosstabs later.
Right now, can you help me with the sp and dynamic generation of columns as right now i am pulling my hair and not...
July 2, 2014 at 12:47 pm
hi Sean,
thanks for replying.
if i execute the above query in an sql editor without putting it into a stored proc, it gives me the result i want!
however, i donot want...
July 2, 2014 at 12:32 pm
no one on this forum knows how to use dynamic sql to generate 1 to 52 numbers in pivot column?
:ermm:
July 2, 2014 at 11:06 am
hi,
the data is ~101 mil records. excel pivot doesnt accept that huge amount to transform and also out of memory issues. In transformed form, the description column becomes unique and...
July 1, 2014 at 8:34 pm
Viewing 15 posts - 1 through 15 (of 15 total)