CREATE PROC proc_Email
(
@Email varchar(100)=null,
@errormsg varchar(50)=null,
)
I want to check whether email address is valid or not..? how to proceed..?
Insert into table(..............)
values(....................)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
pradeep kumarPosted Oct 5, 2012, 8:39 AM
Dorababu MekaPosted Oct 5, 2012, 8:13 AM
check here
http://stackoverflow.com/questions/423606/t-sql-checking-for-email-format