Viewing 15 posts - 676 through 690 (of 893 total)
Yes, I am currently using a similar type of design in a very specific application where it would not have been feasible (or even possible) to do daily snapshots.
There was...
January 17, 2012 at 10:18 am
It is because you are passing a null value of the wrong type. You cannot use DT_WSTR in this case, because the destination field is expecting an integer value.
January 11, 2012 at 2:43 pm
winston Smith (1/11/2012)
You cannot use the /ConfigFile option to load configurations that replace the configurations that you...
January 11, 2012 at 2:30 pm
winston Smith (1/11/2012)
I cannot figure...
January 11, 2012 at 2:11 pm
manivannan.kariamal (1/11/2012)
My dimension is having 5 billion records and 27 columns(apart from the columns I've given). If we change the relationship to 'flexible', will it affect the...
January 11, 2012 at 1:02 pm
manivannan.kariamal (1/11/2012)
I have a dimension DimCustomer which has only two Attributes DimCustomerKey(int),Segment(char(10). The data in the dimension table will be as below.
DimCustomerKey STN ...
January 11, 2012 at 12:44 pm
balbirsinghsodhi (1/11/2012)
January 11, 2012 at 11:59 am
You will have to test it in different scenarios to ensure that it works.
I understand that creating a data conversion task for every package is a little bit of...
January 10, 2012 at 7:38 am
Data from an Excel source is always unicode, so unless your destination table's columns are all unicode you have no choice but to use the data conversion task to convert...
January 6, 2012 at 9:14 am
Sean Lange (1/5/2012)
Evil Kraig F (1/5/2012)
January 5, 2012 at 2:23 pm
That would be better, yes. Flashing text seems a much better idea in theory than it actually works in practice. It usually turns out to be more of a frustration...and...
January 5, 2012 at 1:55 pm
Christopher West (1/5/2012)
Is it possible to display flashing text in Reporting Services? I'm thinking if I could change the color of the text every...
January 5, 2012 at 1:07 pm
No problem, glad I could help.
December 27, 2011 at 8:47 am
Yeah, it does seem pretty strange. Also check for NULLs, because that could also cause some issues when combined with something else.
December 24, 2011 at 5:50 am
david.kratz (12/23/2011)
=iif(Fields!DEATHSTATUS.Value="DEATH","died "&Fields!DEATH_DATE.Value," ")
The last few hours I tried running my program to obtain an image. Now that I've finally obtained an image I find this...
December 23, 2011 at 6:32 pm
Viewing 15 posts - 676 through 690 (of 893 total)