Properties

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

Bound objects

Object Name Owner Object Type Column
  Employee  HumanResources  Table  CurrentFlag 
  Employee  HumanResources  Table  SalariedFlag 
  Product  Production  Table  FinishedGoodsFlag 
  Product  Production  Table  MakeFlag 
  ProductProductPhoto  Production  Table  Primary 
  SalesOrderHeader  Sales  Table  OnlineOrderFlag 
  StateProvince  Person  Table  IsOnlyStateProvinceFlag 
  uspUpdateEmployeeHireInfo  HumanResources  Procedure  @CurrentFlag 
  uspUpdateEmployeeLogin  HumanResources  Procedure  @CurrentFlag 
  Vendor  Purchasing  Table  ActiveFlag 
  Vendor  Purchasing  Table  PreferredVendorStatus 
  vStateProvinceCountryRegion  Person  View  IsOnlyStateProvinceFlag 
Total: 12 bound object(s)

SQL

EXEC sp_addtype N'Flag', N'bit', N'not null'
GO

See Also

List of datatypes