Viewing 15 posts - 1 through 15 (of 30 total)
These two blogs are giving better understanding to me about the issue
http://www.sqlservercentral.com/blogs/jamesserra/2011/08/29/when-to-use-t_2D00_sql-or-ssis-for-etl/
https://derekdb.wordpress.com/2012/03/13/ssis-lookup-or-t-sql-join/
September 3, 2015 at 9:50 pm
I have validated the variable . At run time NULL shows as just blank . This causing the issue here as this try to validate " as hbSCDType2DestCol" instead of...
September 1, 2015 at 4:02 am
I did not understand properly , but let me know did you tried using for each loop to iterate your result set , then execute sql task does the insert...
August 18, 2015 at 10:34 pm
At this point issue is resolved . I have taken out the lookup transformation , instead used join at source . But still curious to know if this situation can...
August 17, 2015 at 3:01 am
Thanks you ..
I got the issue now . In the configuration file , connection string was defined for Windows authentication . Since I am logged in and running through the...
May 26, 2015 at 7:08 am
I maynot be clear the scenarios . But let ask you why don't you convert into INT instead of Money . Any way you don't need decimal places.
May 2, 2014 at 3:02 am
My code looks like this ...
Even i passed these parameters process LOAD_DDA.dtsx take only those values which sets on design time .
DTExec.exe /F "D:\SSIS\Packages\LOAD_DDA.dtsx" > "\\Packages\log\output.txt"
/SET \package.variables[User::IN_FileConnString].Value;"\\Files\DDA_TARS_012014.txt"
/SET \package.variables[User::IN_fiscal_year_nbr].Value;2014
...
February 11, 2014 at 5:04 am
Phil Parkin (1/12/2014)
Thanks for getting into deeper
Few of the rows , first column coming as empty . But do you think in SSIS or Excel this will be a issue...
January 13, 2014 at 10:16 am
Phil Parkin (1/12/2014)
If there is no problem,output would be
C1 C2 C3 C4 C5
NULLUSD1542.5214536xxxx
NULL NULL1542.5214536NULL
EUR NULL 1542.52 14536 xxxx
Great, that helps.
Now my question is: why in the above is there a...
January 12, 2014 at 11:28 am
Phil Parkin (1/12/2014)
sql crazy kid (1/12/2014)
Phil Parkin (1/12/2014)
Columns are not missing here . I have 5 column here ,looks like this.
[Just a sample data ,but this is the format...
January 12, 2014 at 11:00 am
Phil Parkin (1/12/2014)
Columns are not missing here . I have 5 column here ,looks like this.
[Just a sample data ,but this is the format we load]
col1 col2 col3 col4...
January 12, 2014 at 10:55 am
Phil Parkin (1/12/2014)
Here is few more details
Backend - SQL server 2008 R2,SSIS installed
OS - Unix Env
We have many process running on unix ,connecting to sql server , BCP into sql...
January 12, 2014 at 10:21 am
Phil Parkin (1/12/2014)
sql crazy kid (1/12/2014)
Phil Parkin (1/12/2014)
Is there any way we can use ssis ?
To do what, precisely?
As you have given no examples of the data which is giving...
January 12, 2014 at 9:39 am
Phil Parkin (1/12/2014)
Is there any way we can use ssis ?
To do what, precisely?
As you have given no examples of the data which is giving you problems, providing any sort...
January 12, 2014 at 8:47 am
Viewing 15 posts - 1 through 15 (of 30 total)