Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-01-28 : 08:40:44
|
| Mano writes "Hi,I am going to create user defined data type (for emailid) in SQL Server. and also i am going to create a Rule for email validation and bind it to user Defined Column (EmailID). What i want to how to give the Expression for rule (Email Validation).Cau you any one help me?ThanxMano" |
|
|
jackstow
Posting Yak Master
160 Posts |
Posted - 2002-01-28 : 12:06:18
|
| Not sure if this is what you want but maybe something likeCREATE RULE email_rule AS@value LIKE '%@%.%'...??Jack |
 |
|
|
|
|
|