DWStaging
 dbo.EMPLOYEE_DEVELOPMENT_A_COMMENTS (Table)
  Properties
Property Value
Name EMPLOYEE_DEVELOPMENT_A_COMMENTS
Schema dbo
Row Count 5
Data Size 8 KB
Index Size 24 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
 
COMMENTS
varchar(70)
True
False
False
 
COMMENTS_COUNT
smallint(5, 0)
False
False
False
 
ISN_EMPLOYEE_DEVELOPMENT_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_DEVELOPMENT_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.EMPLOYEE_DEVELOPMENT_A_COMMENTS depends on)
Name Type
  Child Dependencies (objects that depend on dbo.EMPLOYEE_DEVELOPMENT_A_COMMENTS)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[EMPLOYEE_DEVELOPMENT_A_COMMENTS] Script Date: 03/09/2017 16:45:14 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[EMPLOYEE_DEVELOPMENT_A_COMMENTS](
    [ISN_EMPLOYEE_DEVELOPMENT_A] [int] NOT NULL,
    [COMMENTS_COUNT] [smallint] NOT NULL,
    [COMMENTS] [varchar](70) 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 COMMENTS COMMENTS_COUNT ISN_EMPLOYEE_DEVELOPMENT_A RowUpdatedOn
0 TITLE IS CUSTODIAN I AS OF 7-14-01, NEVER HAD SUPVERVISION & PLANNING 2 3075 2017-02-06T11:22:33.414-05:00
0 HIRE DATE IS ACCURATE CHGNGD POSITIONS ON 9-16-98 1 435 2017-02-06T11:22:33.414-05:00
0 ORIGNL HIRE DATE CORRECT NEW ASSIGNMNET EFF 11-16-98 1 447 2017-02-06T11:22:33.414-05:00
0 THIS IS THE 6MO EVAL FOR THE LEARNG SPLST POSITION STARTED ON 121698 1 574 2017-02-06T11:22:33.414-05:00
1 TITLE 2 3075 2017-02-06T11:22:33.414-05:00
Powered by BI Documenter