SQL Server 2008 R2 has a new Master Data Services feature that includes some really nice regular expression matching & extraction functions:
http://msdn.microsoft.com/en-us/library/ee633712.aspx
I am running 2008 R2, and want to run those functions outside of the MDS database.
How can I? Is there a way to extract them and reapply them to my own db?
I figured it out and fully documented it (with screenshots) on my blog. http://www.pettijohn.com/2010/08/regular-expressions-in-sql-2008-r2.html
In summary: