Browse by Tags

Using table-valued functions (TVF) in SQL Server
Published 29 June 7 3:13 AM | SSQA.net
I was looking for more information on Table-Valued Functions (TVF) in SQL Server in attempting to perform sophisticated text analysis using the built-in string functions using .NET. To the subject using regular expressions are not new to SQL. These regular...