Farhan Uddin Khan
-
Creating CLR SQL User Defined Function to Validate Values Using Regular Expression.
This article will explain on how to validate your values using a regular expression in a user defined SQL function. SQL server does not provide any function for this purpose but we can write a CLR enabled function to fulfill our purpose.