Viewing 15 posts - 1 through 15 (of 24 total)
Both UserId and NT Account are unique index and UserID is clustered. And yes, NT Account can be changed anytime for a particular user specially for females who just got...
April 14, 2016 at 4:09 am
Thank you, guys! It made sense to me. I will raise this up to the app developer. =)
April 11, 2016 at 7:19 am
I WAS ABLE TO FIX IT BY USING THE CODE BELOW:
=IIF(INSCOPE("Group1"), Fields!CURRENT.Value, IIF(Fields!MonthEndDate.Value = "11/30/2012", SUM(Fields!CURRENT.Value), 0))
NOW MY problem is I am getting 0 result only.
I don't know what...
January 15, 2013 at 5:07 pm
So I have tried this one:
=SUM(IIF(INSCOPE("Group1"), Fields!CURRENT.Value, IIF(Fields!MonthEndDate.Value = "11/30/2012", Fields!CURRENT.Value, 0)))
but I am getting an error "#Error" on the cell.
Any idea how to fix this?
Appreciate your help!
January 15, 2013 at 11:35 am
I assume that the columns you are referring to varies from table to table, correct?
If this is the case, I don't think SSIS can handle dynamic "formation" of columns. You...
September 26, 2012 at 3:57 pm
Hi!
So I talked to the DBAs and for some reason they just couldn't run the package on design mode to have a detail look on what data is going in...
September 26, 2012 at 3:49 pm
Thanks!
I have emailed the DBAs already and they are still looking for it but based on their initial response, the files in there have the correct naming convention. They sent...
September 25, 2012 at 5:38 pm
i think i know the culprit but i wanna make sure first...
in the dimension table there's an attribute named Fiscal Year and in the hierarchy there's also Fiscal Year.
Is this...
September 5, 2011 at 4:00 am
sorry bout that, the query is below:
select
[Measures].[Time Entry Hours] ON COLUMNS ,
[time].[fiscal trans date].allmembers on rows
from [sa]
the time is the dimension and the hierarchy is the fiscal trans...
September 5, 2011 at 12:07 am
Koen Verbeeck (5/31/2011)
quasar_phoenicis (5/31/2011)
I have a parent package with 2 execute packages tasks that are connected through a "success"contraint. Execute SSIS package 2 should not run until execute ssis package...
June 2, 2011 at 4:08 am
Hi,
I have a parent package with 2 execute packages tasks that are connected through a "success"contraint. Execute SSIS package 2 should not run until execute ssis package 1 is finish...
May 31, 2011 at 12:26 am
wow! great! didn't know this one. thanks a lot for the help!
May 12, 2011 at 10:16 pm
hello,
i came across the same problem. I have an OLEDBSource for DB@ with a simple select statement in it. however when I try to click the parameters button, i'm getting...
January 24, 2011 at 10:39 pm
just curious, by "do the conversion in the database" you mean using sql script? I am really not into databases but is there a way that I could do the...
December 20, 2010 at 12:16 am
nice! that solved my problem. thanks a lot!
December 20, 2010 at 12:02 am
Viewing 15 posts - 1 through 15 (of 24 total)