DWStaging
 dbo.EMPLOYEE_LOG_A_COMMENT (Table)
  Properties
Property Value
Name EMPLOYEE_LOG_A_COMMENT
Schema dbo
Row Count 7456
Data Size 520 KB
Index Size 168 KB
Create Date 11/2/2012 2:56 PM
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_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_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.EMPLOYEE_LOG_A_COMMENT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.EMPLOYEE_LOG_A_COMMENT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[EMPLOYEE_LOG_A_COMMENT] Script Date: 03/09/2017 16:45:14 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[EMPLOYEE_LOG_A_COMMENT](
    [ISN_EMPLOYEE_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]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn COMMENT COMMENT_COUNT ISN_EMPLOYEE_LOG_A RowUpdatedOn
0 Consent withdrawn via web 09/20/2012 18:02:02.2 1 533799 2017-02-06T10:29:41.617-05:00
0 Consent granted via web 03/21/2011 11:03:55.1 1 456784 2017-02-06T10:29:32.553-05:00
0 Consent withdrawn via web 04/29/2016 13:15:54.3 1 714000 2017-02-06T10:29:48.98-05:00
0 Consent withdrawn via web 10/20/2014 08:04:28.9 1 648503 2017-02-06T10:29:45.189-05:00
0 Consent granted via web 12/06/2011 14:09:32.2 1 491548 2017-02-06T10:29:34.893-05:00
0 Consent granted via web 02/19/2014 12:46:59.4 1 616944 2017-02-06T10:29:43.489-05:00
0 Consent granted via web 08/02/2011 21:49:27.7 1 474941 2017-02-06T10:29:34.893-05:00
0 Consent granted via web 12/14/2011 12:51:11.0 1 493938 2017-02-06T10:29:34.925-05:00
0 Consent granted via web 12/13/2011 09:13:45.3 1 492883 2017-02-06T10:29:34.925-05:00
0 Consent withdrawn via web 04/01/2011 09:48:24.8 1 461727 2017-02-06T10:29:33.006-05:00
Powered by BI Documenter