DWStaging
 dbo.IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER (Table)
  Properties
Property Value
Name IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER
Schema dbo
Row Count 14327441
Data Size 593872 KB
Index Size 241960 KB
Create Date 11/7/2012 11:53 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ACT_FREEZE_DATE_OTHER
varchar(8)
True
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
FREEZE_POINTS_OTHER_COUNT
smallint(5, 0)
False
False
False
 
FREEZE_PT_DATE_OTHER
varchar(8)
True
False
False
 
INC_WITHDRAWN_HRS_OTHER
varchar(1)
True
False
False
 
ISN_IT_FREEZE_POINT_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
TRM_CRD_FEES_OTHER
decimal(11, 2)
True
False
False
 
TRM_CRD_HRS_OTHER
decimal(7, 2)
True
False
False
 
TRM_CRD_TUITION_OTHER
decimal(11, 2)
True
False
False
 
TRM_NC_FEES_OTHER
decimal(11, 2)
True
False
False
 
TRM_NC_HRS_OTHER
decimal(7, 2)
True
False
False
 
TRM_NC_TUITION_OTHER
decimal(11, 2)
True
False
False
 
TRM_RMD_FEES_OTHER
decimal(11, 2)
True
False
False
 
TRM_RMD_HRS_OTHER
decimal(7, 2)
True
False
False
 
TRM_RMD_TUITION_OTHER
decimal(11, 2)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_IT_FREEZE_POINT_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER depends on)
Name Type
  Child Dependencies (objects that depend on dbo.IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER] Script Date: 03/09/2017 16:45:39 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[IT_FREEZE_POINT_A_FREEZE_POINTS_OTHER](
    [ISN_IT_FREEZE_POINT_A] [int] NOT NULL,
    [FREEZE_POINTS_OTHER_COUNT] [smallint] NOT NULL,
    [FREEZE_PT_DATE_OTHER] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [ACT_FREEZE_DATE_OTHER] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [TRM_CRD_HRS_OTHER] [decimal](7, 2) NULL,
    [TRM_CRD_TUITION_OTHER] [decimal](11, 2) NULL,
    [TRM_CRD_FEES_OTHER] [decimal](11, 2) NULL,
    [TRM_NC_HRS_OTHER] [decimal](7, 2) NULL,
    [TRM_NC_TUITION_OTHER] [decimal](11, 2) NULL,
    [TRM_NC_FEES_OTHER] [decimal](11, 2) NULL,
    [TRM_RMD_HRS_OTHER] [decimal](7, 2) NULL,
    [TRM_RMD_TUITION_OTHER] [decimal](11, 2) NULL,
    [TRM_RMD_FEES_OTHER] [decimal](11, 2) NULL,
    [INC_WITHDRAWN_HRS_OTHER] [varchar](1) 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
ACT_FREEZE_DATE_OTHER cnxarraycolumn FREEZE_POINTS_OTHER_COUNT FREEZE_PT_DATE_OTHER INC_WITHDRAWN_HRS_OTHER ISN_IT_FREEZE_POINT_A RowUpdatedOn TRM_CRD_FEES_OTHER TRM_CRD_HRS_OTHER
20130328 7 13 20130331 N 677559 2017-02-06T10:15:32.145-05:00
20150501 13 14 20150502 N 922029 2017-02-06T10:18:37.1-05:00
20090318 8 16 20090315 N 276489 2017-02-06T10:09:55.697-05:00
20080721 9 13 20080720 N 224784 2017-02-06T10:09:07.041-05:00
20100518 0 13 20100519 N 396394 2017-02-06T10:11:42.901-05:00 247.50 3.00
20041018 7 16 20041017 N 103599 2017-02-06T10:07:13.176-05:00
20160215 2 11 20160214 N 1021973 2017-02-06T10:19:38.268-05:00
20111114 1 14 20110911 N 525030 2017-02-06T10:13:37.858-05:00
20111107 7 14 20111106 N 513811 2017-02-06T10:13:27.874-05:00
20080221 2 16 20070909 N 210831 2017-02-06T10:08:54.124-05:00
Powered by BI Documenter