Viewing 12 posts - 1 through 12 (of 12 total)
Is this kinda what you are thinking? http://www.kimballgroup.com/2012/02/design-tip-142-building-bridges/
May 1, 2015 at 3:53 pm
I would agree with Martin, a data mart that pulls data from your vault for reporting is a natural evolution when direct reads from the vault model are no longer...
May 1, 2015 at 3:46 pm
Code seems fine - have you inadvertently disabled that script task? Possibly just running the subsequent inserts resulting in appended data?
May 1, 2015 at 3:37 pm
Unfortunately, while they do fall into the same category of algorithmic offerings, they do not all offer the same performance or features. For example, SSAS is not as powerful as...
April 27, 2015 at 10:19 am
I find myself continually reminding folks that Analysis Services has had data mining features for quite some time. The while implementations may vary, algorithms all fall into the same...
April 9, 2015 at 8:23 am
Separate IIS server is where we throw stuff, along side other existing web apps and services.
March 10, 2015 at 6:22 am
Thanks, and you are absolutely correct. In this one limited instance I had a complete miss. However I did learn tons about the tools, algorithms, and skills. ...
February 3, 2015 at 9:53 am
Any thoughts on how these stack up with the scripts from Ola Hallengren that some of us know?
January 27, 2015 at 8:04 am
Beaten to the punch! Pretty good presentation from the BIML experts on how to use BIML to generate Data Vault Models
December 10, 2014 at 3:22 pm
Thanks for the warm reception! More articles and details to follow soon. Meantime if you have any questions on specifics feel free to hit me up.
September 4, 2014 at 10:01 pm
Have you looked into using cast and or convert? http://msdn.microsoft.com/en-us/library/ms187928.aspx
November 4, 2011 at 11:00 am
So would something like this do the trick?
Insert into tblTraining
(Select EMPID, 9750, 'NT' from tblEmployee)
November 4, 2011 at 10:56 am
Viewing 12 posts - 1 through 12 (of 12 total)