Viewing 15 posts - 1,411 through 1,425 (of 11,678 total)
I'm not sure what you are trying to accomplish.
show the price of latest price in all of months product billed
Try to formulate this a little better.
ps: your insert statement is...
November 12, 2014 at 5:39 am
If you have the button to call the context menu (like when you right-click with the mouse), it is possible:
1. Hit the context menu button
2. Hit c
3. Hit h
4. Change...
November 12, 2014 at 5:30 am
If you have the full path in the file name column, then of course you don't start your count for the substring at 13, but at 100 (if I counted...
November 12, 2014 at 4:08 am
arunnrj87 (11/12/2014)
This Expression i have already used and we cannot uss the SUBSTRING in date datatype.THis is Comming Error.
Please suggest some other Expressions.
Which Extract only the date
This makes no sense.
The...
November 12, 2014 at 3:49 am
Try the following:
(DT_DBDATE)(SUBSTRING(myFileName,13,4) + "-" + SUBSTRING(myFileName,17,2) + "-" SUBSTRING(myFileName,19,2))
November 12, 2014 at 3:41 am
Do you need the date only or the time portion as well?
Start with SUBSTRING...
November 12, 2014 at 3:33 am
Phil Parkin (11/12/2014)
I was thinking you were suggesting the usual FEL --> SSIS variable --> Derived Column method.
That's an option as well, but this trick is more for the lazy...
November 12, 2014 at 3:18 am
Phil Parkin (11/12/2014)
arunnrj87 (11/12/2014)
Component Properties -- > Under Custom Properties-->In FileNameColumnName--> i have five the...
November 12, 2014 at 3:12 am
OK. According to your original question, the package was already failing before you added this new column.
That issue needs to be solved first.
November 12, 2014 at 3:10 am
How did you add the column FtpDate to the source component?
November 12, 2014 at 2:58 am
There may be error messages posted before this with more information about the failure.
Please post all of the error messages.
November 12, 2014 at 2:39 am
arunnrj87 (11/12/2014)
Hi pls can any share any videos regarding this because i am new to this process.
Which process are you referring to?
November 12, 2014 at 2:17 am
Q1: Not necessarily. Hard to say without actual execution plans. Because you are using INNER JOINS, semantically the three queries are the same; meaning they will produce the same result...
November 12, 2014 at 1:01 am
There is an advanced property in the flat file source where you can add a column that contains the filename of the flat file you are loading.
November 12, 2014 at 12:56 am
Viewing 15 posts - 1,411 through 1,425 (of 11,678 total)