Viewing 15 posts - 166 through 180 (of 285 total)
if i remove the colons i get this format:
2016721 102358 but requirment is to have hh:mm:ss
July 21, 2016 at 9:24 am
how can we get particular time like 6am ?
July 18, 2016 at 4:35 pm
yes sir, i tried. I still run into errors. i have Google analytics SSIS source in my packge. It is not even recognised by VS.
June 22, 2016 at 12:54 pm
Since Stage table is raw data and destination is key columns we cannot merge Stage and destination.
my package is something like below
Stage(Column1 , column2)
|
|
Lookup1(get Column1key1)
|
|
Lookup2(get Column2key2)
|
|
Destination ( Column1key1...
June 15, 2016 at 4:17 pm
I finally ending up doing with default values from derived column. Thanks.
June 13, 2016 at 8:14 am
thing is agebucket column has "(other)" as value and "65+" this is not working:(
how to check if this values exists just palce this value in the column?
June 10, 2016 at 12:24 pm
all accounts are stored in TableA witrh dates specified
June 8, 2016 at 11:30 am
I have a execute task beginning of the logic in which i have this logic
Declare @Truncate bit
BEGIN TRY
EXEC [GetLoadStatus]
@Query = N'accountname',
@StatusFlag = @Truncate OUTPUT
IF @Truncate ...
June 8, 2016 at 10:14 am
Master table only updates the account ran successful or not for particular date.
Master table format
Account date ...
June 8, 2016 at 10:06 am
Thanks. I have to recreate this entire project again , as it took a while to figure out the correct logic and also something to do with date datatypes conversions.
June 6, 2016 at 3:08 pm
It got resolved using sequence conatineters for each data flow task.
Thanks again.
June 2, 2016 at 3:06 pm
I tried putting precedent constarintsa from DFT1 to DFT2. It did not work as they both same variables and in same loop , the variables values are not assigned properly...
May 31, 2016 at 2:38 pm
Can we do both dates and GA websites to loop through in for each loop?
Example : for each data , first lets say 5/26/2016 it should loop through all the...
May 27, 2016 at 10:57 am
Viewing 15 posts - 166 through 180 (of 285 total)