Buildmasters Legacy Database Documentation

Table: Northwind.dbo.CustomerDemographics

CollapseAll image

Collapse image Table Properties

Name  Value 
 Owner  dbo
 Creation Date  12/13/2004
 ID  869578136
 Located On  PRIMARY
 Data Size KB  0 KB
 Index Size KB  0 KB
 Rows  0

Collapse image Creation Options

Name  Value 
QUOTED_IDENTIFIER ON
ANSI_NULLS ON
ANSI_PADDING ON

Collapse image Columns

  Name  Description  Data Type  Max Length  Nullable  Default IsGUID 
Primary Key CustomerTypeID   nchar 10  
Field CustomerDesc   ntext 1073741823  
Total: 2 column(s)

Collapse image Indexes

  Index  Primary  Unique 
PK_CustomerDemographics

Collapse image Fulltext Index

No fulltext index exist

Collapse image Statistics

No statistics exist

Collapse image Check Constraints

No check constraints exist

Collapse image Identity Column

No identity column exists

Collapse image Referencing Tables

  Table  Foreign Key  Primary Key or Unique Constraint 
CustomerCustomerDemo FK_CustomerCustomerDemo PK_CustomerDemographics
Total: 1 table(s)

Collapse image Referenced Tables

No referenced tables exist

Collapse image Objects that depend on CustomerDemographics

  Object Name Object Type Dep Level
CustomerCustomerDemo Table 1
Total 1 object(s)

Collapse image Objects that CustomerDemographics depends on

No dependencies exist

Collapse image Column Level Dependencies

No dependencies exist

Collapse image Graphical Dependencies

Click Here to view Dependencies Graphically

Collapse image Extended Properties

No extended properties defined

Collapse image Permissions

No permissions defined

Collapse image Table Options

Name  Value 
Pintable OFF
Table lock on bulk load OFF
Insert row lock OFF
Text in row 0
Large value types out of row 0

Collapse image SQL

SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[CustomerDemographics] (
        [CustomerTypeID]     nchar(10) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
        [CustomerDesc]       ntext COLLATE SQL_Latin1_General_CP1_CI_AS NULL
)
ON [PRIMARY]
TEXTIMAGE_ON [PRIMARY]
GO
ALTER TABLE [dbo].[CustomerDemographics]
    ADD
    CONSTRAINT [PK_CustomerDemographics]
    PRIMARY KEY
    NONCLUSTERED
    ([CustomerTypeID])
    ON [PRIMARY]
GO

Collapse image See also

List of Tables


Buildmasters.com.au




Buildmasters Legacy Database Documentation