DWStaging
 dbo.EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES (Table)
  Properties
Property Value
Name EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES
Schema dbo
Row Count 176
Data Size 8 KB
Index Size 24 KB
Create Date 11/2/2012 3:07 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
 
CONTRIBUTION_TIME_TYPES
varchar(4)
True
False
False
 
CONTRIBUTION_TIME_TYPES_COUNT
smallint(5, 0)
False
False
False
 
ISN_EMPLOYEE_SICK_POOL_LOG_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_EMPLOYEE_SICK_POOL_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES depends on)
Name Type
  Child Dependencies (objects that depend on dbo.EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES] Script Date: 03/09/2017 16:45:16 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[EMPLOYEE_SICK_POOL_LOG_A_CONTRIBUTION_TIME_TYPES](
    [ISN_EMPLOYEE_SICK_POOL_LOG_A] [int] NOT NULL,
    [CONTRIBUTION_TIME_TYPES_COUNT] [smallint] NOT NULL,
    [CONTRIBUTION_TIME_TYPES] [varchar](4) 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 CONTRIBUTION_TIME_TYPES CONTRIBUTION_TIME_TYPES_COUNT ISN_EMPLOYEE_SICK_POOL_LOG_A RowUpdatedOn
0 SK 1 228 2017-02-06T11:29:01.607-05:00
0 SK 1 278 2017-02-06T11:29:01.607-05:00
0 SK 1 239 2017-02-06T11:29:01.607-05:00
0 SK 1 211 2017-02-06T11:29:01.607-05:00
0 SK 1 147 2017-02-06T11:29:01.591-05:00
0 SK 1 224 2017-02-06T11:29:01.607-05:00
0 SK 1 146 2017-02-06T11:29:01.591-05:00
0 SK 1 223 2017-02-06T11:29:01.607-05:00
0 SK 1 108 2017-02-06T11:29:01.591-05:00
0 SK 1 227 2017-02-06T11:29:01.607-05:00
Powered by BI Documenter