DWStaging
 dbo.ATTENDANCE_REQUEST_A_TR_START_TIME (Table)
  Properties
Property Value
Name ATTENDANCE_REQUEST_A_TR_START_TIME
Schema dbo
Row Count 9779477
Data Size 328824 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
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
 
TR_START_TIME
numeric(4, 2)
True
False
False
 
TR_START_TIME_COUNT
smallint(5, 0)
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_TR_START_TIME depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ATTENDANCE_REQUEST_A_TR_START_TIME)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ATTENDANCE_REQUEST_A_TR_START_TIME] Script Date: 03/09/2017 16:45:05 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ATTENDANCE_REQUEST_A_TR_START_TIME](
    [ISN_ATTENDANCE_REQUEST_A] [int] NOT NULL,
    [TR_START_TIME_COUNT] [smallint] NOT NULL,
    [cnxarraycolumn] [int] NOT NULL,
    [TR_START_TIME] [numeric](4, 2) NULL,
    [cnxarraycolumn_2] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn cnxarraycolumn_2 ISN_ATTENDANCE_REQUEST_A RowUpdatedOn TR_START_TIME TR_START_TIME_COUNT
27 0 31773 2017-02-06T11:06:58.484-05:00 0.00 4
41 1 12373 2017-02-06T11:04:58.909-05:00 0.00 4
30 0 14790 2017-02-06T11:05:14.634-05:00 0.00 4
37 0 30562 2017-02-06T11:06:51.152-05:00 0.00 4
4 3 58812 2017-02-06T11:09:50.522-05:00 0.00 4
27 3 3527 2017-02-06T11:04:02.733-05:00 0.00 4
24 3 1175 2017-02-06T11:03:48.023-05:00 0.00 4
37 1 36692 2017-02-06T11:07:31.541-05:00 0.00 4
26 0 48757 2017-02-06T11:08:45.906-05:00 0.00 4
38 0 39048 2017-02-06T11:07:46.595-05:00 0.00 4
Powered by BI Documenter