User defined data type alias
This topic describes how to create a new user-defined data type alias in SQL Server by using
Management Studio or Transact-SQL.
Limitations and Restrictions
Security
Management Studio
Transact-SQL
The name of a user-defined data type alias must comply with the rules for identifiers.
Requires CREATE TYPE permission in the current database and ALTER permission on
schema_name. If
schema_name
is not specified, the default name resolution rules for
determining the schema for the current user apply.
- In Object Explorer, expand
, expand a database, expand
,
expand
, right-click
, and then click