What would be a suitable data type for storing phone numbers in SQL Server 2005?
Possible Duplicate:
What data type should you use to store phone numbers in SQL Server 2005?
There are various data types that I can choose from, like varchar or bigint or decimal or money, but which may be the best in every way.
+2
a source to share