DWOperations
 dbo.Staged_dbo_DimUser__New (Table)
  Properties
Property Value
Name Staged_dbo_DimUser__New
Schema dbo
Row Count 67
Data Size 16 KB
Index Size 16 KB
Create Date 8/28/2013 9:56 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ApplicationUserId
varchar(25)
False
False
False
 
DomainUserId
varchar(25)
False
False
False
 
RowEndDate
datetime(23, 3)
True
False
False
 
RowIsCurrent
char(1)
False
False
False
 
RowStartDate
datetime(23, 3)
False
False
False
 
UserName
varchar(50)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.Staged_dbo_DimUser__New depends on)
Name Type
  Child Dependencies (objects that depend on dbo.Staged_dbo_DimUser__New)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[Staged_dbo_DimUser__New] Script Date: 03/09/2017 17:21:45 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[Staged_dbo_DimUser__New](
    [DomainUserId] [varchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ApplicationUserId] [varchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [UserName] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RowIsCurrent] [char](1) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [RowStartDate] [datetime] NOT NULL,
    [RowEndDate] [datetime] NULL
) ON [PRIMARY]
  Sample Data
ApplicationUserId DomainUserId RowIsCurrent RowStartDate UserName
ZOJCH ad\jhutson Y 2017-03-09T11:55:00-05:00 Hutson, John
ZIVPY ad\vpokhil Y 2017-03-09T11:55:00-05:00 Pokhil, Valentina
ZPCIJ ad\cjones Y 2017-03-09T11:55:00-05:00 Jones, Carol
ZIDLW ad\dwindham Y 2017-03-09T11:55:00-05:00 Windham, Donald
ZIRYS ad\rstewart Y 2017-03-09T11:55:00-05:00 Stewart, Ryan
ZIJSG ad\jgreene Y 2017-03-09T11:55:00-05:00 Greene, Jacque
ZPTWF ad\tmontagn Y 2017-03-09T11:55:00-05:00 Montagnino, Tracy
ZPGLP ad\gpederse Y 2017-03-09T11:55:00-05:00 Pedersen, Ginger
ZCEAL ad\hstoddar Y 2017-03-09T11:55:00-05:00 Lozano, Esther
ZPRAM ad\rmcfarla Y 2017-03-09T11:55:00-05:00 Mcfarlane, Roz
Powered by BI Documenter