Viewing 15 posts - 1,411 through 1,425 (of 11,676 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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 5:39 am
What's the domain exactly? Everything after the @?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 5:35 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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 3:49 am
Try the following:
(DT_DBDATE)(SUBSTRING(myFileName,13,4) + "-" + SUBSTRING(myFileName,17,2) + "-" SUBSTRING(myFileName,19,2))
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 3:41 am
Do you need the date only or the time portion as well?
Start with SUBSTRING...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 3:10 am
How did you add the column FtpDate to the source component?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
FileNameColumnName property, Flat File...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2014 at 12:56 am
Viewing 15 posts - 1,411 through 1,425 (of 11,676 total)