DWStaging
 dbo.ATTENDANCE_REQUEST_A_CLOCK_IN_TIME (Table)
  Properties
Property Value
Name ATTENDANCE_REQUEST_A_CLOCK_IN_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_IN_TIME
int(10, 0)
True
False
False
 
CLOCK_IN_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_IN_TIME depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ATTENDANCE_REQUEST_A_CLOCK_IN_TIME)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ATTENDANCE_REQUEST_A_CLOCK_IN_TIME] Script Date: 03/09/2017 16:45:04 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ATTENDANCE_REQUEST_A_CLOCK_IN_TIME](
    [ISN_ATTENDANCE_REQUEST_A] [int] NOT NULL,
    [CLOCK_IN_TIME_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [CLOCK_IN_TIME] [int] NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
CLOCK_IN_TIME CLOCK_IN_TIME_COUNT cnxarraycolumn cnxarraycolumn_2 ISN_ATTENDANCE_REQUEST_A RowUpdatedOn
0 4 31 3 22728 2017-02-06T10:56:57.74-05:00
0 4 6 1 29917 2017-02-06T10:57:39.236-05:00
0 4 23 2 28831 2017-02-06T10:57:33.199-05:00
0 4 11 2 48921 2017-02-06T10:59:32.119-05:00
0 4 5 0 40073 2017-02-06T10:58:38.875-05:00
0 4 26 2 17321 2017-02-06T10:56:26.275-05:00
0 4 38 1 15908 2017-02-06T10:56:18.646-05:00
0 4 16 3 7915 2017-02-06T10:55:30.005-05:00
0 4 36 2 18212 2017-02-06T10:56:31.563-05:00
0 4 40 3 57171 2017-02-06T11:00:23.006-05:00
Powered by BI Documenter