DWStaging
 dbo.ATTENDANCE_REQUEST_A_ATT_START_TIME (Table)
  Properties
Property Value
Name ATTENDANCE_REQUEST_A_ATT_START_TIME
Schema dbo
Row Count 9745920
Data Size 327696 KB
Index Size 203640 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
ATT_START_TIME
numeric(4, 2)
True
False
False
 
ATT_START_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_ATT_START_TIME depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ATTENDANCE_REQUEST_A_ATT_START_TIME)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ATTENDANCE_REQUEST_A_ATT_START_TIME] Script Date: 03/09/2017 16:45:04 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ATTENDANCE_REQUEST_A_ATT_START_TIME](
    [ISN_ATTENDANCE_REQUEST_A] [int] NOT NULL,
    [ATT_START_TIME_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [ATT_START_TIME] [numeric](4, 2) NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
ATT_START_TIME ATT_START_TIME_COUNT cnxarraycolumn cnxarraycolumn_2 ISN_ATTENDANCE_REQUEST_A RowUpdatedOn
0.00 4 18 3 38085 2017-02-06T11:04:54.167-05:00
0.00 4 11 0 39001 2017-02-06T11:05:00.048-05:00
0.00 4 33 1 12663 2017-02-06T11:02:15.14-05:00
0.00 4 20 2 30640 2017-02-06T11:04:07.18-05:00
0.00 4 17 1 13695 2017-02-06T11:02:21.614-05:00
0.00 4 23 3 9840 2017-02-06T11:01:56.778-05:00
0.00 4 6 3 50140 2017-02-06T11:06:10.186-05:00
0.00 4 33 2 44555 2017-02-06T11:05:34.992-05:00
0.00 4 38 0 41254 2017-02-06T11:05:14.65-05:00
0.00 4 0 3 2287 2017-02-06T11:01:10.103-05:00
Powered by BI Documenter