T-SQL regular expressions on MS SQL 2005
Tuesday, April 29th, 2008One of the most anticipated features of SQL Server 2005 is the integration of the .Net CLR into the SQL Server engine. This article is going how write .Net code and use it in SQL Server 2005. As an example I am going to write a function for regular expression search.
SQL Server 2005 hosts the .Net CLR and will load and execute DLLs, which can also be referred to as assemblies. Assemblies maybe created in C# or VB.Net.
(more…)
