Viewing 15 posts - 46 through 60 (of 157 total)
The syntax looks correct.. can you post the error?
May 20, 2010 at 10:20 am
1) The easiest way would be to take the file as a source and use a Derived Column to Find and Replace and then insert them into a new file.....
May 19, 2010 at 7:20 am
That's right .. it will result in a meta data error... If you want a dynamic approach you need to use Script component
May 18, 2010 at 1:30 pm
I am not a core programmer.. i have used similar code as below in the past (got it from a website, not sure where) .. I have modified it a...
May 18, 2010 at 8:11 am
Its hard to tell with that error message.. you definitely need to provide the complete path.. In the Excel connection Manager, browse and then select the correct file..
Alternative Approach:
Try to...
May 17, 2010 at 2:44 pm
What is the current value of your variable... if you left it blank.. Enter a Filepath(preferably the text file path that you have used in the DFT). You need...
May 17, 2010 at 2:35 pm
Definitely, the string value should be inserted between double quotes and try this
(DT_DBDATE)(DT_STR,10,1252)(YearE == "00" ? "" : ((DT_STR,4,1252)YearE + "-" + (DT_STR,2,1252)MonthE + "-" + (DT_STR,2,1252)DayE))
the most important thing...
May 14, 2010 at 9:19 am
Nice to see that it helped.
May 14, 2010 at 8:54 am
yeah , try changing the where clause as terraberry suggests.. there's a high chance of wrong output when you miss\exclude "()" when using "OR" & "AND"
May 13, 2010 at 11:44 am
I understand Elliot, i replied to post only to say that he has an option of writing a switch case Exp also, if he wants to and if performance is...
May 13, 2010 at 11:39 am
Please check this link below with a similar problem.. i would suggest you to use Variable Input as Input Type in the Execute SQL task and use Record set destination...
May 13, 2010 at 11:35 am
How can i recode more than 5 values say for Religion, 1=Catholic,2=Anglican,3=Baptist,4=Orthodox, 5=Other protestant, 6 = None, 7 =Unknown.
You can use a Switch case as an EXP in derived Column...
May 13, 2010 at 11:00 am
imani_technology (5/11/2010)
\Main Directory
\\ Group...
May 11, 2010 at 2:22 pm
Dont know how can you solve that issue using SQL but SSIS would be the best and easiest way.. If you want to try, Let me know i can help...
May 11, 2010 at 12:36 pm
You can do that.. assuming that you have a variable which stores the complete path of the file like C:\foldername\foldername\filename.. if so, then create another variable and use substring and...
May 11, 2010 at 12:29 pm
Viewing 15 posts - 46 through 60 (of 157 total)