IS there any way we can authenticate input with a trigger or a procedure or something else everytime a fields is update
i am trying to authenticate a name filed and ensure that no special characters are entered on the field, the field is
FirstName nvarchar(40)
thanks