DimUserLoad
 OLE_SRC Verification Temp table from SECURITY_USER_A2 Staging (Component)
  Properties
Property Value
Name OLE_SRC Verification Temp table from SECURITY_USER_A2 Staging
Description OLE DB Source
Up Stream Components none
Down Stream Components
ID 1
Component Class ID {BCEFE59B-6819-47F7-A125-63753B33ABB7}
Contact Info OLE DB Source;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;7
Identification String component "OLE_SRC Verification Temp table from SECURITY_USER_A2 Staging" (1)
Is Default Locale True
Pipeline Version 0
Uses Dispositions True
Validate External Metadata True
Version 7
  Connections
Name Connection Manager Description
OleDbConnection
  Custom Properties
Name Value
AccessMode
2
AlwaysUseDefaultCodePage
False
CommandTimeout
0
DefaultCodePage
1252
OpenRowset
OpenRowsetVariable
ParameterMapping
SqlCommand
SELECT 
   Security.USER_ID as ApplicationUserId
  ,CAST(
    CASE
    WHEN (Security.LAST_NAME IS NULL or Security.LAST_NAME = ' ') and (Security.FIRST_NAME IS NULL OR Security.FIRST_NAME = ' ') 
       THEN 'N/A'
    WHEN Security.LAST_NAME IS NULL THEN 'N/A'
    WHEN (Security.FIRST_NAME IS NULL) OR (Security.FIRST_NAME = ' ') THEN Security.LAST_NAME
    ELSE Security.LAST_NAME + ', ' + Security.FIRST_NAME    
  END AS VARCHAR(50)
  ) as UserName
  FROM SECURITY_USER_A2 Security
  WHERE USER_TYPE = 'ME' and USER_ID is not NULL and USER_STATUS = 'A'
SqlCommandVariable
User::GetStudentTermMods
  Input Columns
Name ID LineageID
  Output Columns
Name ID LineageID
ApplicationUserId
2141
2141
ErrorCode
13
13
ErrorColumn
14
14
UserName
2144
2144
ApplicationUserId
2140
2140
UserName
2143
2143
Powered by BI Documenter