I want to add a regex to a SQL Server check
constraint to input only characters not any number even not include any number in character. Actually I want to input only [a-zA-Z] without mixing or including any numbers.
Please help anybody to provide that regex.