A new demo has been added in the SQL Server 2000 demo portion.The detail of this demo is
Title: How to Create User-Defined Data Types in Microsoft SQL Server 2000
Objective: The objective of this demo is to teach you the process of creating user -defined data types in Microsoft SQL Server 2000. User-defined data types are based on the system data types in Microsoft SQL Server 2000. 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 example, a user-defined data type called postal_code could be created based on the char data type.
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.