Viewing 15 posts - 1 through 15 (of 36 total)
Fixed... no idea what caused it but restarting the 2019 instance has fixed it.
August 23, 2021 at 2:16 pm
Thanks for the replies guys, much appreciated.
I've tried adding the suggested index, so I'll have to wait and see how that goes. The statistics on the database...
November 4, 2018 at 2:44 pm
Putting GO statements rather than semicolons after each statement seems to work...
October 25, 2017 at 7:32 am
EventDate is the date dimension. I changed the...
October 17, 2017 at 11:07 am
Brian Carlson - Tuesday, October 17, 2017 9:59 AMAlso, the base measure:
Donation Amount := SUM(FactEvent[DonationAmount])
Thanks so much for this.
In the new fact...
October 17, 2017 at 10:25 am
October 17, 2017 at 9:39 am
Thanks Brian for your reply.
That sounds feasible, however the problem I'm having is with the coding of the YoY measure itself in the tabular model as I'm...
October 17, 2017 at 8:48 am
I think have a working solution now.
I've built a table to capture the lsn. In my initial load package, the first thing it does is to construct the...
September 25, 2017 at 9:16 am
You can capture...
September 21, 2017 at 8:20 am
Thanks guys.
October 11, 2016 at 5:28 am
You could take a more dynamic approach and cross join your locations with your months to get all possible combinations of location / month, and then left join your original...
October 5, 2013 at 4:49 pm
Thanks Philip for your reply, I see what you're saying. I haven't had much of a chance to play with this recently but I will certainly try Ninja's index...
May 27, 2011 at 7:55 am
Thanks guys for the speedy responses. I think it's actually a parameter sniffing issue - if I hard code the dates into the WHERE clause then I get the...
May 19, 2011 at 10:31 am
FYI. Please see reply below (from MSDN) from Erland Sommarskog, SQL Server MVP. Thanks.
"Did you inspect the query plan to ensure that the view is actually being used?
When...
May 9, 2011 at 8:44 am
Viewing 15 posts - 1 through 15 (of 36 total)