DWStaging
 dbo.FAC199_LOCATION_A_LOCATION_USER_ID (Table)
  Properties
Property Value
Name FAC199_LOCATION_A_LOCATION_USER_ID
Schema dbo
Row Count 503
Data Size 16 KB
Index Size 40 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
 
ISN_FAC199_LOCATION_A
int(10, 0)
False
False
False
 
LOCATION_USER_ID
varchar(8)
True
False
False
 
LOCATION_USER_ID_COUNT
smallint(5, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_FAC199_LOCATION_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FAC199_LOCATION_A_LOCATION_USER_ID depends on)
Name Type
  Child Dependencies (objects that depend on dbo.FAC199_LOCATION_A_LOCATION_USER_ID)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FAC199_LOCATION_A_LOCATION_USER_ID] Script Date: 03/09/2017 16:45:20 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FAC199_LOCATION_A_LOCATION_USER_ID](
    [ISN_FAC199_LOCATION_A] [int] NOT NULL,
    [LOCATION_USER_ID_COUNT] [smallint] NOT NULL,
    [LOCATION_USER_ID] [varchar](8) 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 ISN_FAC199_LOCATION_A LOCATION_USER_ID LOCATION_USER_ID_COUNT RowUpdatedOn
17 4 E025953 38 2017-02-06T11:28:13.714-05:00
7 6 E088197 45 2017-02-06T11:28:13.714-05:00
24 4 E000318 38 2017-02-06T11:28:13.714-05:00
2 5 E000235 31 2017-02-06T11:28:13.714-05:00
5 2 E003140 23 2017-02-06T11:28:13.714-05:00
6 10 E000379 75 2017-02-06T11:28:13.714-05:00
40 7 E042862 75 2017-02-06T11:28:13.714-05:00
18 6 E052686 45 2017-02-06T11:28:13.714-05:00
45 7 E015633 75 2017-02-06T11:28:13.714-05:00
0 3 E088197 43 2017-02-06T11:28:13.714-05:00
Powered by BI Documenter