Viewing 15 posts - 10,471 through 10,485 (of 13,874 total)
harri.reddy (8/29/2012)
i am usinf this expression for my first columnREPLACE(SUBSTRING(product,1,FINDSTRING(product," ",1) + 0),","," ")
i need help for second and third.
please help me
Not really what I asked for. What is your...
August 29, 2012 at 1:25 pm
harri.reddy (8/29/2012)
i need derived column solution ,not sql
Write out your detailed logic for breaking the column into three and we'll help with the solution. Might need a Script Component if...
August 29, 2012 at 12:14 pm
Use a multicast to broadcast data from one source to multiple destinations.
August 29, 2012 at 12:11 pm
I suggest that you search for something like "shredding a recordset in ssis".
August 29, 2012 at 12:10 pm
kishoremania (8/29/2012)
Can anyone please look into it
Not until you prove that you have tried. There are plenty of resources available on the Internet for this fairly straightforward task. Come back...
August 29, 2012 at 12:08 pm
Never seen anything like it, sorry, no idea at all.
August 29, 2012 at 12:06 pm
Luis Cazares (8/29/2012)
Ideally you should only store the digits and format the phone in the front end. However, you'll need an extra field for extension...
August 29, 2012 at 10:31 am
Nasty. Can you explain a bit what the package is doing?
If you remove that expression, does the package work?
Is pageref.cpp something which you are explicitly using in the package?
August 29, 2012 at 2:13 am
harri.reddy (8/28/2012)
in my package i am gettign error like ,
truncation may occur due to inserting data from data flow column "Copy of Column 34" with a length of 20...
August 28, 2012 at 10:59 am
sandeep rawat (8/28/2012)
question is still not clear
+1 - no idea what's going on here!
August 28, 2012 at 10:45 am
You could right click on the table in SSMS and select SCRIPT TABLE AS / SELECT To / New query editor window.
That will build a SELECT query for you containing...
August 28, 2012 at 7:46 am
If you're using full cache, I am not certain that the index will help (it's loading all the columns into memory anyway) - but worth a test.
The index would, however,...
August 24, 2012 at 7:34 am
The same comment applies as from your last thread. There is no guaranteed row order in SQL tables, therefore you cannot ask for 'the first occurrence' unless you define an...
August 24, 2012 at 7:24 am
ganeshkumar005 (8/24/2012)
August 24, 2012 at 7:16 am
ganeshkumar005 (8/24/2012)
D12341001
A11224001
D12342001
C13425001
B19646001
A11223001
you can see leftside values D1234 and A1122 are repeated. Now I want the result as very first numerical ID returned when I meet the alphanumeric...
August 24, 2012 at 7:01 am
Viewing 15 posts - 10,471 through 10,485 (of 13,874 total)