all groups > sql server dts > july 2004 >
You're in the

sql server dts

group:

how to trans similar string ?


Re: how to trans similar string ? Darren Green
7/14/2004 9:10:32 AM
sql server dts:
There is nothing in DTS that can do this. You would have to write a
transformation script or your own custom transform that implemented this
logic, perhaps using regular expressions, but I suspect this would be hard
work.


--
Darren Green
http://www.sqldts.com

[quoted text, click to view]

how to trans similar string ? x
7/14/2004 12:36:19 PM
I want to trans some similar string in oltp system by using dts?
for example:
ms
microsoft
microsoft corp.
m*s*
....
all trans to microsoft
oracle
ora
oracle corp.
all trans to oracle

.........


how to do that?how to get similar percent?








AddThis Social Bookmark Button