DWStaging
 dbo.ST_STDNT_LOG_A_PROSPECT_CONTACT (Table)
  Properties
Property Value
Name ST_STDNT_LOG_A_PROSPECT_CONTACT
Schema dbo
Row Count 60786
Data Size 2576 KB
Index Size 1072 KB
Create Date 2/2/2017 2:14 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
 
ISN_ST_STDNT_LOG_A
int(10, 0)
False
False
False
 
PROSPECT_CONTACT_COUNT
smallint(5, 0)
False
False
False
 
PRSPCT_1ST_CNTCT_DT
varchar(8)
True
False
False
 
PRSPCT_AGNCY_CD
varchar(8)
True
False
False
 
PRSPCT_MTHD_CD
varchar(2)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_STDNT_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_STDNT_LOG_A_PROSPECT_CONTACT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_STDNT_LOG_A_PROSPECT_CONTACT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_STDNT_LOG_A_PROSPECT_CONTACT] Script Date: 03/09/2017 16:46:27 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_STDNT_LOG_A_PROSPECT_CONTACT](
    [ISN_ST_STDNT_LOG_A] [int] NOT NULL,
    [PROSPECT_CONTACT_COUNT] [smallint] NOT NULL,
    [PRSPCT_MTHD_CD] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PRSPCT_AGNCY_CD] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PRSPCT_1ST_CNTCT_DT] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn ISN_ST_STDNT_LOG_A PROSPECT_CONTACT_COUNT PRSPCT_1ST_CNTCT_DT PRSPCT_AGNCY_CD PRSPCT_MTHD_CD RowUpdatedOn
0 659160 1 20080430 PA 2017-02-06T09:41:18.064-05:00
0 1268369 1 20071127 PA 2017-02-06T09:41:56.721-05:00
0 845562 1 20101209 TS 2017-02-06T09:41:29.078-05:00
0 1585575 1 20150219 TS 2017-02-06T09:42:19.528-05:00
0 81037 1 20030626 T 2017-02-06T09:40:43.65-05:00
0 713493 1 20070125 T 2017-02-06T09:41:21.122-05:00
0 684900 1 20060613 T 2017-02-06T09:41:19.702-05:00
0 576521 1 20051229 T 2017-02-06T09:41:13.727-05:00
0 243782 1 20031118 TS 2017-02-06T09:40:54.992-05:00
0 546008 1 20070503 TS 2017-02-06T09:41:11.793-05:00
Powered by BI Documenter