TonyE
2012-05-14 19:46:43 UTC
Hello;
I am using SSIS on SQL Server 2008. I am trying to use a reg
expression to extract only the numeric characters out of a varchar
field. It looks like this:
select regexmatch(PROPERTY_LOCATION, [0-9])
from P_PROP;
I get the message invalid object name regexmatch.
I tried adding 'dbo' to the beginning as well with the same result.
Any ideas as to what I am doing wrong?
I am using SSIS on SQL Server 2008. I am trying to use a reg
expression to extract only the numeric characters out of a varchar
field. It looks like this:
select regexmatch(PROPERTY_LOCATION, [0-9])
from P_PROP;
I get the message invalid object name regexmatch.
I tried adding 'dbo' to the beginning as well with the same result.
Any ideas as to what I am doing wrong?