DWStaging
 dbo.ST_VA_INT_A_TERM_INFO (Table)
  Properties
Property Value
Name ST_VA_INT_A_TERM_INFO
Schema dbo
Row Count 181
Data Size 8 KB
Index Size 24 KB
Create Date 8/15/2012 2:11 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
 
CRED_HRS_PAID
numeric(17, 2)
True
False
False
 
ISN_ST_VA_INT_A
int(10, 0)
False
False
False
 
NON_CRED_HRS_PAID
numeric(17, 2)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
TERM
varchar(6)
True
False
False
 
TERM_INFO_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_VA_INT_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_VA_INT_A_TERM_INFO depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_VA_INT_A_TERM_INFO)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_VA_INT_A_TERM_INFO] Script Date: 03/09/2017 16:46:32 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_VA_INT_A_TERM_INFO](
    [ISN_ST_VA_INT_A] [int] NOT NULL,
    [TERM_INFO_COUNT] [smallint] NOT NULL,
    [TERM] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CRED_HRS_PAID] [numeric](17, 2) NULL,
    [NON_CRED_HRS_PAID] [numeric](17, 2) NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn CRED_HRS_PAID ISN_ST_VA_INT_A RowUpdatedOn TERM TERM_INFO_COUNT
0 12.00 1862 2017-02-06T11:23:30.557-05:00 20051 1
0 13.00 876 2017-02-06T11:23:30.557-05:00 20051 1
0 3.00 2442 2017-02-06T11:23:30.557-05:00 20051 1
0 3.00 1876 2017-02-06T11:23:30.557-05:00 20051 1
0 12.00 2499 2017-02-06T11:23:30.557-05:00 20051 1
0 13.00 1109 2017-02-06T11:23:30.557-05:00 20051 1
0 12.00 1877 2017-02-06T11:23:30.557-05:00 20051 1
0 12.00 2119 2017-02-06T11:23:30.557-05:00 20051 1
0 12.00 2407 2017-02-06T11:23:30.557-05:00 20051 1
0 7.00 1591 2017-02-06T11:23:30.557-05:00 20051 1
Powered by BI Documenter