Viewing 15 posts - 421 through 435 (of 893 total)
seaport (6/12/2015)
July 2, 2015 at 12:50 pm
Think of the calculated measure as a pseudo-cursor. When iterating, it needs to use the member it is currently on (in the iteration) for the comparison to work. Try to...
July 2, 2015 at 12:45 pm
Not as far as I know, with Power Pivot only. You may be able to do something with Power Query, and then use the results as input for your Power...
July 2, 2015 at 12:33 pm
I haven't tested this, but how about something like:
...and SetToStr([Dim Date].[FSCL_YR].[FSCL_YR].currentmember) = "[Dim Date].[FSCL_YR].&[" + Format(now(), "yyyy") + "]"
July 2, 2015 at 12:27 pm
g1696412 (7/2/2015)
when dealing with building BI solution, respectively database structures for it, should Key elements (=used for joining tables) be named as KeywordID or IDKeyword? I used to use IDKeyword,...
July 2, 2015 at 12:18 pm
Debbie Edwards (7/2/2015)
DiagID PersonID Fact_PeopleWithDiagnosisThisYear
1 7808...
July 2, 2015 at 12:10 pm
stephenbaka (6/30/2015)
Under the dimension properties, I have the following properties:UnknownMember: Hidden
UnknownMemberName: UNKNOWN
ErrorConfiguration > KeyNotFound: IgnoreError
ErrorConfiguration > NullKeyConvertedToUnknown: IgnoreError
ErrorConfiguration > KeyErrorAction: ConvertToUnknown
These properties apply only when the dimension itself is processed,...
July 1, 2015 at 3:44 pm
Just a thought, but could it be possible that your FTP task starts transferring the file before the archive is complete? To eliminate/test whether this is indeed the case, include...
June 17, 2015 at 9:09 am
In my opinion, a simpler approach would be to create a stored proc which contains all the sql statements you wish to execute. That would simplify the SSIS package as...
June 17, 2015 at 8:56 am
Could you post the details of the "Dimension Usage" in your cube? This is where many:many relationships have to be defined in your cube.
June 17, 2015 at 8:44 am
Jim1234 (6/11/2015)
Below is the scenario,
•I'm calling the SSIS packages through SQL agent job. The packages have variables defined with default values.
•The parent packages have no package configuration. The child...
June 12, 2015 at 12:59 pm
Can we add the address too please...feels somewhat incomplete without it 😀
June 12, 2015 at 12:47 pm
Yes, either build a deployment package (choosing not to overwrite the roles and members...or add the roles and members into your SSDT project.
June 9, 2015 at 10:13 am
In that case, your only option to force the execution in 32-bit mode is to use either T-SQL or CMD Shell command to initiate the package.
June 8, 2015 at 2:30 pm
You could do something similar to the following post maybe: http://www.sqlservercentral.com/Forums/Topic1668379-17-1.aspx#bm1668991
June 1, 2015 at 12:30 pm
Viewing 15 posts - 421 through 435 (of 893 total)