Skip to content

Instantly share code, notes, and snippets.

@eduardosilva
Created January 8, 2014 10:36
Show Gist options
  • Save eduardosilva/8314822 to your computer and use it in GitHub Desktop.
Save eduardosilva/8314822 to your computer and use it in GitHub Desktop.
SQL Server Data Rule for e-mail address
CREATE RULE [dbo].[DR_EMAILLADDRESS]
AS
@col LIKE '%_@_%_.__%'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment