DWStaging
 dbo.EMPLOYEE_A_COMMENT (Table)
  Properties
Property Value
Name EMPLOYEE_A_COMMENT
Schema dbo
Row Count 5784
Data Size 400 KB
Index Size 144 KB
Create Date 8/15/2012 11:34 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_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_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.EMPLOYEE_A_COMMENT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.EMPLOYEE_A_COMMENT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[EMPLOYEE_A_COMMENT] Script Date: 03/09/2017 16:45:11 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[EMPLOYEE_A_COMMENT](
    [ISN_EMPLOYEE_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_A RowUpdatedOn
0 Consent granted via web 03/21/2011 10:47:50.9 1 60569 2017-02-06T10:50:56.426-05:00
0 Consent granted via web 06/22/2015 09:39:56.8 1 83033 2017-02-06T10:50:58.282-05:00
0 Consent granted via web 12/16/2013 12:59:19.3 1 75101 2017-02-06T10:50:57.643-05:00
0 Consent granted via web 09/15/2014 13:25:06.9 1 79297 2017-02-06T10:50:57.939-05:00
0 Consent granted via web 03/22/2011 09:16:34.6 1 61009 2017-02-06T10:50:56.442-05:00
0 Consent granted via web 09/12/2016 14:27:53.2 1 89608 2017-02-06T10:50:58.672-05:00
0 Consent granted via web 12/03/2012 11:54:13.0 1 69832 2017-02-06T10:50:57.502-05:00
0 Consent granted via web 02/24/2015 11:07:03.7 1 81495 2017-02-06T10:50:58.282-05:00
0 Consent granted via web 03/21/2011 13:32:14.3 1 60706 2017-02-06T10:50:56.426-05:00
0 Consent granted via web 03/23/2011 13:43:15.2 1 61372 2017-02-06T10:50:56.488-05:00
Powered by BI Documenter