REGEX and FUZZY match in SQL Server
There are some new fantastic features available in SQL Server. You’ll need to enable the compatibility level at 170, as below. ALTER DATABASE [DatabaseName] SET COMPATIBILITY_LEVEL = 170; Namely REGEX which is in preview at the time of writing as