Forum Moderators: open
I'm an old school DBA that has been hacking my way through it since SQL Version 6, 7, 2000, 2005, and now 2008... there are a lot of new things in 2008, this being one of them, that I would love to be able to take advantage of but I know nothing about .net or C# so I'm finding myself somewhat limited to the old ways of tricky replace commands & like operators.
Can anyone tell me what I have to do, in simple English, to run RegEx search/replace functions against varchar fields in SQL 2008?
Then find some sample data from your field. Paste the varchar text into the test text. Next write a regex. Test, change, and repeat until successful.
Lots of helpful articles on regex to get you started on the syntax.
Good luck!