Groups | Blog | Home
all groups > sql server dts > april 2006 >

sql server dts : Using


Orlando
4/13/2006 7:39:02 PM
I'm using the function FINDSTRING in a derived column transformation in SSIS.
If I need to find the location of special characters like quotation marks,
how do I specify them to be searched within the string?
FINDSTRING([ColumnName], ???, 1)

Is there anything like a chr$() function I can use?

Andrew Watt [MVP]
4/14/2006 12:00:00 AM
The escape sequence \" should match a quotation mark in the string.

Other supported escape sequences are described on the Literals (SSIS)
page in Books Online.

Andrew Watt [MVP]

On Thu, 13 Apr 2006 19:39:02 -0700, Orlando
[quoted text, click to view]
AddThis Social Bookmark Button