DWStaging
 dbo.EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT (Table)
  Properties
Property Value
Name EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT
Schema dbo
Row Count 3836
Data Size 288 KB
Index Size 112 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
smallint(5, 0)
False
False
False
 
COMMENT
varchar(60)
True
False
False
 
COMMENT_COUNT
smallint(5, 0)
False
False
False
 
ISN_EMPLOYEE_F1095_CONSENT_LOG_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_EMPLOYEE_F1095_CONSENT_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT] Script Date: 03/09/2017 16:45:14 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[EMPLOYEE_F1095_CONSENT_LOG_A_COMMENT](
    [ISN_EMPLOYEE_F1095_CONSENT_LOG_A] [int] NOT NULL,
    [COMMENT_COUNT] [smallint] NOT NULL,
    [COMMENT] [varchar](60) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
  Sample Data
cnxarraycolumn COMMENT COMMENT_COUNT ISN_EMPLOYEE_F1095_CONSENT_LOG_A RowUpdatedOn
0 Consent granted via web 12/11/2015 17:08:45.2 1 1751 2017-02-06T11:24:27.279-05:00
0 Consent granted via web 12/03/2015 10:54:43.8 1 251 2017-02-06T11:24:27.17-05:00
0 Consent granted via web 02/11/2016 12:02:06.9 1 2905 2017-02-06T11:24:27.357-05:00
0 Consent granted via web 06/15/2016 13:06:55.3 1 3293 2017-02-06T11:24:27.404-05:00
0 Consent granted via web 12/03/2015 11:25:00.9 1 352 2017-02-06T11:24:27.17-05:00
0 Consent granted via web 04/04/2016 14:30:20.0 1 3146 2017-02-06T11:24:27.373-05:00
0 Consent granted via web 12/03/2015 11:08:14.2 1 285 2017-02-06T11:24:27.17-05:00
0 Consent withdrawn via web 03/10/2016 12:54:46.2 1 3045 2017-02-06T11:24:27.373-05:00
0 Consent granted via web 12/03/2015 14:32:22.4 1 583 2017-02-06T11:24:27.185-05:00
0 Consent granted via web 12/16/2015 08:23:59.1 1 2033 2017-02-06T11:24:27.31-05:00
Powered by BI Documenter