Ok, there are a million regexes out there for validating an email address, but how about some basic email validation that can be integrated into a TSQL query for Sql Server
This is the easiest way to select them.
Use this query
SELECT * FROM WHERE [EMail] NOT LIKE '%_@__%.__%'