Viewing 15 posts - 1 through 15 (of 108 total)
Thanks for the reply.
We've raised a support ticket with Microsoft, and they have confirmed that there is a memory leak during the hash table build.
We've found other design patterns that...
May 23, 2014 at 7:54 am
Have you thought of using SSIS and the RS scripting utility?
I developed a solution using that technique to render PDF versions of a specific report once per month.
Do some...
April 4, 2014 at 3:19 pm
sneumersky (2/3/2014)
February 3, 2014 at 8:32 am
In case anyone has a similar problem: the solution that ended up working was a combination of the UNION and CROSSJOIN functions in the FROM clause of my MDX. Importantly,...
February 1, 2014 at 1:21 pm
sneumersky (1/31/2014)
In pseudocode...
NonEmpty( (Day Level of Date Dimension) * (Seattle Member of Departure City) * (Seattle Member Of Arrival City)
)
ON ROWS
FlightTime
ON COLUMNS
FROM [YOUR...
January 31, 2014 at 4:04 pm
sneumersky (1/31/2014)
January 31, 2014 at 11:23 am
sneumersky (1/31/2014)
January 31, 2014 at 11:19 am
sneumersky (1/31/2014)
Also, from a design perspective, I would have only one PHYSICAL dimension for the airport and use role playing dimensions.....one for the departure city and one...
January 31, 2014 at 11:11 am
sneumersky (1/31/2014)
January 31, 2014 at 11:09 am
Jeff Torres (10/10/2013)
Simon,Thank you for sharing this insightful and inspirational article.
Woody Torres
My pleasure, Woody. I have learned and gained much from the SQL community - hopefully someone finds this interesting...
October 10, 2013 at 12:23 pm
Jeff Atherton (10/10/2013)
October 10, 2013 at 10:24 am
Greg Edwards-268690 (10/10/2013)
October 10, 2013 at 7:22 am
I totally agree that 'fit' is at least as important as technical acumen. To that end, I try to create a scenario during an interview with a candidate where I...
September 5, 2013 at 6:51 am
Joe - definitely go with Dedicated dev environments for RedGate's SQL Source Control. They've got quite a few resources on their website that explain the differences (videos, whitepapers, etc), but...
May 17, 2013 at 7:01 am
I'm with Ben. I invested the time and money in RedGate's SQL Source Control several years ago, and have never looked back. Having not had much experience with source control...
May 17, 2013 at 5:56 am
Viewing 15 posts - 1 through 15 (of 108 total)