Properties

Owner: dbo 
Base Type: nvarchar 
Dafault Name:  
Default Owner:  
Nullable:  
Precision:  
Scale:  
Flags:
Allow Identity:  
Length: 50 
Variable Length:  
Max Length: 25 
Rule:  
Rule Owner:  
Collation: Latin1_General_CS_AS 
Description:  

Bound objects

Object Name Owner Object Type Column
  Contact  Person  Table  Phone 
  vEmployee  HumanResources  View  Phone 
  vIndividualCustomer  Sales  View  Phone 
  vSalesPerson  Sales  View  Phone 
  vStoreWithDemographics  Sales  View  Phone 
  vVendor  Purchasing  View  Phone 
Total: 6 bound object(s)

SQL

EXEC sp_addtype N'Phone', N'nvarchar (25)', N'null'
GO

See Also

List of datatypes