I am trying to find a way to validate data in my columns using regex CHECK constraints but have so far only come across the LIKE
keyword that has an extremely limited subset of regex syntax. I'd like to know if there is a way to use regex in check constraints?
I am using SQL Server 2005 and 2008.