DWOperations
 dbo.Staged_dbo_DimTimeType__New (Table)
  Properties
Property Value
Name Staged_dbo_DimTimeType__New
Schema dbo
Row Count 40
Data Size 16 KB
Index Size 8 KB
Create Date 3/9/2017 10:45 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
AccruedTime
varchar(3)
False
False
False
 
EarnedTime
varchar(3)
False
False
False
 
LeaveTime
varchar(3)
False
False
False
 
LongTermTime
varchar(3)
False
False
False
 
OvertimeTime
varchar(3)
False
False
False
 
PaidTime
varchar(3)
False
False
False
 
RegularTime
varchar(3)
False
False
False
 
RowEndDate
datetime(23, 3)
False
False
False
 
RowIsCurrent
nchar(1)
False
False
False
 
RowStartDate
datetime(23, 3)
False
False
False
 
SickPoolTime
varchar(3)
False
False
False
 
TimeAttendReportingOption
varchar(60)
False
False
False
 
TimeAttendReportingOptionCode
varchar(8)
False
False
False
 
TimeType
varchar(50)
False
False
False
 
TimeTypeAK
varchar(4)
False
False
False
 
TimeTypeCode
varchar(4)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.Staged_dbo_DimTimeType__New depends on)
Name Type
  Child Dependencies (objects that depend on dbo.Staged_dbo_DimTimeType__New)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[Staged_dbo_DimTimeType__New] Script Date: 03/09/2017 17:21:45 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[Staged_dbo_DimTimeType__New](
    [TimeTypeAK] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TimeTypeCode] [varchar](4) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TimeType] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RegularTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [PaidTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [OvertimeTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [LeaveTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [LongTermTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [AccruedTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [EarnedTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [SickPoolTime] [varchar](3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TimeAttendReportingOptionCode] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [TimeAttendReportingOption] [varchar](60) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RowIsCurrent] [nchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RowStartDate] [datetime] NOT NULL,
    [RowEndDate] [datetime] NOT NULL
) ON [PRIMARY]
  Sample Data
AccruedTime EarnedTime LeaveTime LongTermTime OvertimeTime PaidTime RegularTime RowEndDate RowIsCurrent RowStartDate SickPoolTime TimeAttendReportingOption TimeAttendReportingOptionCode TimeType TimeTypeAK TimeTypeCode
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Military Leave/Paid ML ML
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Summer Holiday/Paid 1 Hl, .25X HLSM HLSM
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED 1.125 Day Normal Duty/Summer Schedule/4.5 Day Wk NR45 NR45
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Paid Personal PP PP
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Time Is Not Allowed To Be Reported On A Timesheet NO-REPT Paid Closed Day CL CL
No No Yes Yes No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Sabbatical Leave/Paid SABB SABB
No No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Time Is Not Allowed To Be Reported On A Timesheet NO-REPT Paid Holiday HL HL
No Yes Yes No No No No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Time Is Not Allowed To Be Reported On A Timesheet NO-REPT Transfer In Sick Leave From Another Agency TRSK TRSK
No No No No No No No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Summer Non Duty 1 Day/.25 Norm Duty SMND SMND
Yes No Yes No No Yes No 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:15:00-05:00 No Hours Reported To This Time-Type Will Apply To Used Balance USED Vacation Leave VA VA
Powered by BI Documenter