Forum Moderators: phranque

Message Too Old, No Replies

Regular expression in MS SQL?

String manip is limited in mssql-- any ideas for implementing an ActiveXObj

         

broniusm

7:52 pm on Jul 1, 2003 (gmt 0)

10+ Year Member



Anyone have any luck overcoming MSSQL's limited string manip functions by calling on help from an ActiveXObject or plugin user function of some sort?

(rephrased: "How can I get some regexp string manip in a stored procedure in MSSQL 2000?")

broniusm

8:44 pm on Jul 2, 2003 (gmt 0)

10+ Year Member



So far, I'm chasing this goose:

exec @resultcode = master.dbo.sp_OACreate 'VBScript.RegExp', @oRegExp OUT

I'll keep me posted...

webdevsf

8:46 pm on Jul 2, 2003 (gmt 0)

10+ Year Member



I was wishing for the same thing... But that's going to be slow...