Extend Regex support in SQL Server

Answered Extend Regex support in SQL Server

  • Saturday, March 02, 2013 10:46 PM
     
     

    Regular expression support is fairly limited in MSSQL compared to other providers (e.g. Oracle, MySQL). To get round this I create C# based CLRs but it would be more convenient if the full Regex functionality was directly available in SQL Server. Maybe Microsoft could add it in the next version of SQL Server 201(5)..?!

    Bobby

All Replies