Community

SQL Server: String Pattern Matching

(Nelson John) It is common scenario that, we might need to extract the data from the SQL server based on some pattern. For example extract all customers information who has a valid PAN card number (XXXXX0000X). SQL server is not very powerful in pattern matching.We can easily implement simple patter

Read More - Register for Free Membership