Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have created table in SQL Server 2008 with EMailAddresses column & added rows with some valid & invalid email addresses.
how to validate the proper email address in output table using Conditional split(how to write expression in case) in SSIS?

Thanks in Advance!
Dnyanesh
Posted

1 solution

its always better to do all this type of validations at the FrontEnd whatever,
This Link(working with Email Addresses in SQLServer)[^] may help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900