Viewing 15 posts - 1 through 15 (of 114 total)
Luis Cazares (7/27/2015)
Thank you for reading the article and commenting. You're absolutely right, there's an error with the generation for the sample data. There shouldn't be a many to...
July 28, 2015 at 3:37 am
Hi Luis,
Interesting technique, thanks for sharing.
I must admit I'm surprised the CTE results were so much larger.
I'm trying to understand the rules that exist in the sample data using the...
July 27, 2015 at 1:46 am
+1 that this is almost certainly a terrible idea.
If the trigger has a lock on the table and you have a source(/destination?) component reading the same table it could be...
October 18, 2012 at 12:30 am
Thanks to everyone for their input.
I'm happy to see that you're all recommending decimal which is what i meant by 'numeric'. I thought the two were interchangeable?
Vedran Kesegic (10/11/2012)
October 11, 2012 at 5:28 pm
My understanding is that there's no way to use *, instead generate a list of columns and use that.
Modifying the CTE requires recognising how the ROW_NUMBER/PARTITION BY works.
Your code:
WITH DUPLICATES...
October 11, 2012 at 1:22 am
I recognised the attempt to insert null and hence picked 2,0 because that's what the two select statements return: 2 and 0. It's the insert statement that fails.
October 4, 2012 at 9:16 pm
emiddlebrooks (9/13/2012)
So with all words being same length
VALUES ('apple'), ('Apple'), ('applx')
If I did character by character "a" being before "A" should be apple, applx, Apple. But you get apple, Apple,...
September 19, 2012 at 9:44 pm
Thanks for your response, Hugo.
Hugo Kornelis (8/27/2012)
sam.dahl (8/26/2012)
... but I tend to disregard linguistic errors if the intent is obvious. ("If I execute both scripts seperately")
In short, I...
August 27, 2012 at 4:51 pm
Firstly, "I have two stored procedures" suggested to me that the scripts we were executing were the actual stored procedures not necessarily the create scripts depicted.
This may well be a...
August 26, 2012 at 9:42 pm
Turns out i'm still a local admin so therefore I'm still a SSAS server admin.
I believe the issue is that I didn't pay proper attention and set the impersonation option...
August 20, 2012 at 7:05 pm
Ok,
After deleting the old NQ and saving, then adding back the NQ and saving.
The view was missing from the dimension. I had to add it again and redo the mappings...
August 20, 2012 at 6:31 pm
The actual errors are:
"The following system error occurred: Logon failure: unknown username or bad password."
"Errors in the high-level relational engine. A connection could not be made with the DateSourceID of...
August 20, 2012 at 6:06 pm
There's plenty of information on google. I think Kimball touches on it.
Here's one article that looked promising:
Master Data Services is microsofts product, their information can be found here: http://www.microsoft.com/sqlserver/en/us/solutions-technologies/enterprise-information-management/master-data-management.aspx
June 11, 2012 at 6:01 pm
This is an option you may want to look into: http://sqlparallelboost.codeplex.com/
I don't know much about it myself though.
June 7, 2012 at 6:17 pm
In lieu of reading the Kimball book, this design tip discusses the Kimball approach:
http://www.kimballgroup.com/html/07dt/KU95PatternsAvoidHeader-LineItem.pdf
As Koen says, you can aggregate the case table up to the grain of you current fact...
June 5, 2012 at 6:30 pm
Viewing 15 posts - 1 through 15 (of 114 total)