DWStaging
 dbo.ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME (Table)
  Properties
Property Value
Name ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME
Schema dbo
Row Count 9779477
Data Size 319464 KB
Index Size 204328 KB
Create Date 2/26/2016 9:04 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
CLOCK_OUT_TIME
int(10, 0)
True
False
False
 
CLOCK_OUT_TIME_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
int(10, 0)
False
False
False
 
cnxarraycolumn_2
smallint(5, 0)
False
False
False
 
ISN_ATTENDANCE_REQUEST_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_ATTENDANCE_REQUEST_A, cnxarraycolumn, cnxarraycolumn_2
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME] Script Date: 03/09/2017 16:45:04 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ATTENDANCE_REQUEST_A_CLOCK_OUT_TIME](
    [ISN_ATTENDANCE_REQUEST_A] [int] NOT NULL,
    [CLOCK_OUT_TIME_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [CLOCK_OUT_TIME] [int] NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
CLOCK_OUT_TIME CLOCK_OUT_TIME_COUNT cnxarraycolumn cnxarraycolumn_2 ISN_ATTENDANCE_REQUEST_A RowUpdatedOn
0 4 17 3 47917 2017-02-06T11:06:17.69-05:00
0 4 38 1 38357 2017-02-06T11:05:18.846-05:00
0 4 4 0 27976 2017-02-06T11:04:16.399-05:00
0 4 29 0 49307 2017-02-06T11:06:25.896-05:00
0 4 4 1 4449 2017-02-06T11:01:55.437-05:00
0 4 10 2 23625 2017-02-06T11:03:50.441-05:00
0 4 34 3 41019 2017-02-06T11:05:33.963-05:00
0 4 26 1 440 2017-02-06T11:01:31.038-05:00
0 4 2 1 10979 2017-02-06T11:02:35.685-05:00
0 4 32 2 60548 2017-02-06T11:07:40.636-05:00
Powered by BI Documenter