Viewing 15 posts - 46 through 60 (of 70 total)
I had to search for a bit before the expensive query appeared in the top 10. Can we show more than top 10? Anyways I have drilled into...
August 30, 2017 at 8:22 am
Thanks folks. Interesting food for thought. Solved the issue with an intermediate table. Thankfully, this operation isn't a frequent task.
August 1, 2017 at 3:28 am
Right. So to avoid the 1 row value overwriting the next the data has to move. I wonder if there's any benefit from us doing the moving ourselves. i.e. clear...
July 31, 2017 at 9:00 am
Thanks. The reason we want a little more RTO is due to hourly loads of the DW - so in addition to restoration of DB we also have to factor...
May 23, 2017 at 5:42 am
Thanks for providing the solutions. It's interesting to see how unions can be removed with cross join (good...
February 20, 2017 at 6:57 am
I'll test queries and let you know the stats.
Lee
February 20, 2017 at 2:38 am
Thanks everyone for the excellent points.
I'm thinking about this now as I manage a team of developers. I will definitely keep to DRY principles with the calculations at...
October 21, 2016 at 8:35 am
I actually work in marketing too. If you're dealing with the Google API's from Adwords and so forth, then you don't actually have a lot of changes there. What I...
July 8, 2016 at 8:22 am
This is semi-structured data really. It records new customers and has tags such as Name, Address + 60 other fields.
When I said unstructured I mentioned this as JSON data...
July 7, 2016 at 10:08 am
Thanks Jeff. I've already feedback to data owners. I'm going down the route of parsing json to SQL and un-pivoting.
July 5, 2016 at 6:07 am
It was not an Excel thing - saw the same results with SSMS. I'm pretty sure it's related to the fact that ALL isn't a member name in...
June 17, 2016 at 3:16 am
Apologies for the delay, been very busy. I had to solve other measure problems with this fact table. I came back to this and used the dry...
June 16, 2016 at 2:06 am
This problem went away. Power Pivot solved the problem with a DAX calculation.
June 16, 2016 at 1:54 am
Hi,
This doesn't solve the problem. It only seems to change the label of the dimension when browsing the dimension. Writing an MDX query against the attribute...
June 15, 2016 at 2:37 am
Viewing 15 posts - 46 through 60 (of 70 total)