DWStaging
 dbo.ST_INSTITUTION_A_FASTER_CAMP_INFO (Table)
  Properties
Property Value
Name ST_INSTITUTION_A_FASTER_CAMP_INFO
Schema dbo
Row Count 2
Data Size 8 KB
Index Size 24 KB
Create Date 8/15/2012 1:36 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
smallint(5, 0)
False
False
False
 
FASTER_CAMP
varchar(1)
True
False
False
 
FASTER_CAMP_CD
varchar(4)
True
False
False
 
FASTER_CAMP_INFO_COUNT
smallint(5, 0)
False
False
False
 
FASTER_TTL
varchar(30)
True
False
False
 
ISN_ST_INSTITUTION_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_INSTITUTION_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_INSTITUTION_A_FASTER_CAMP_INFO depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_INSTITUTION_A_FASTER_CAMP_INFO)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_INSTITUTION_A_FASTER_CAMP_INFO] Script Date: 03/09/2017 16:46:09 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_INSTITUTION_A_FASTER_CAMP_INFO](
    [ISN_ST_INSTITUTION_A] [int] NOT NULL,
    [FASTER_CAMP_INFO_COUNT] [smallint] NOT NULL,
    [FASTER_CAMP] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [FASTER_CAMP_CD] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [FASTER_TTL] [varchar](30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn FASTER_CAMP FASTER_CAMP_CD FASTER_CAMP_INFO_COUNT FASTER_TTL ISN_ST_INSTITUTION_A RowUpdatedOn
0 1 TEL: 02733355600 42281 2017-02-06T11:07:45.55-05:00
0 1 BELLE GLADE, FL 42279 2017-02-06T11:07:45.55-05:00
Powered by BI Documenter