What is user-defined data type in SQL Server?

 Posted by Poster on 6/17/2009 | Category: Sql Server Interview questions | Views: 9670
Answer:

User-defined data types can be used when several tables must store the same type of data in a column and you must ensure that these columns have exactly the same data type, length, and nullability.

For more details, visit http://msdn.microsoft.com/en-us/library/aa933121(SQL.80).aspx

Thanks


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response