Код для создания сообщения об ошибке при неправильном почтовом адресе
Create table vin_EmailTest (Name Varchar(50), EmailID Varchar(50), SSN INT)
—
— Register the CLR trigger associated with the table we created and call the following code:
—
Insert into vin_EmailTest values (?a?, ?b?, 432)