Viewing 15 posts - 166 through 180 (of 893 total)
I call it "smart coding" 🙂
I think developing ETL processes in such a way is a good approach, as long as you don't take it too far.
January 23, 2019 at 6:57 am
January 17, 2019 at 2:18 pm
January 17, 2019 at 2:00 pm
I haven't seen that error before, but when I click on "Connect" and select "Analysis Services" from the list it doesn't give you the option to specify an initial catalog...
January 17, 2019 at 12:36 pm
The IP of the SSAS instance will be the same as the IP of the server that's hosting it. You'll have to include the instance name like you've been doing,...
January 15, 2019 at 12:22 pm
Hash values should not be used in the way you're describing above.
It's usually implemented to help detect changes across multiple attributes in a dimension during the ETL...
December 12, 2018 at 9:30 am
The first pattern (truncate & load) is suitable in cases where you either have:
November 16, 2018 at 10:02 am
If your variable (ADO_FILENAME) is of type String, you cannot assign a record set (which is what you get when you choose ResultSet type "Full Result Set") to it. You'll...
November 15, 2018 at 5:59 am
Yep, that is pretty weird. The only plausible explanation I can think of (and we're speculating of course), is that SSIS might be looking for a later version of the...
October 30, 2018 at 6:44 am
I would be curious to know if you could not resolve the issue by explicitly converting the source field (select cast(...)) and then using nvarchar as your destination data type?
October 5, 2018 at 7:32 am
Hi Callum,
Let's start with some base information...could you please let us know which version/edition of SSAS you are using, as well as whether it is Multidimensional or Tabular....
June 21, 2018 at 9:09 am
The calculated measure needs some context to be aware of the level of attributes you are returning. The calculated measure should look something like the following:
sum
June 11, 2018 at 4:23 pm
You didn't state that explicitly, but it looks like the Reserve amount is in your fact table instead of your Contract dimension. If that is the case, then it's a...
June 11, 2018 at 12:44 pm
You can use the Filter() function, similar to the following: https://docs.microsoft.com/en-us/sql/mdx/filter-mdx?view=sql-analysis-services-2017
May 23, 2018 at 7:31 am
Interesting scenario, and I'm wondering whether there isn't some background task that's still trying to complete when your second execute SQL task begins. Here's a few initial thoughts in troubleshooting:
May 21, 2018 at 8:51 pm
Viewing 15 posts - 166 through 180 (of 893 total)