Possible Duplicate:
What is the optimal length for an email address in a database?
What would you put as the length of an email address field?
In the db I look after we have nvarchar(60) but this seems arbitrary.
Is there a maximum length I can allow for or are email address lengths unbounded?
EDIT this is a dupe of
What is the optimal length for an email address in a database?
please close