I am trying to find a way to validate data in my columns using CHECK constraints for regular expressions, but so far they only come across a keyword LIKEthat has an extremely limited subset of regular expression syntax. I would like to know if there is a way to use regular expression in control constraints?
I am using SQL Server 2005 and 2008.
source
share