DWOperations
 dbo.Lookup_Security (Table)
  Properties
Property Value
Name Lookup_Security
Schema dbo
Row Count 203
Data Size 8 KB
Index Size 8 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
ApplicationId
varchar(8)
True
False
False
 
DashboardId
varchar(25)
True
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.Lookup_Security depends on)
Name Type
  Child Dependencies (objects that depend on dbo.Lookup_Security)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[Lookup_Security] Script Date: 03/09/2017 17:21:34 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[Lookup_Security](
    [DashboardId] [varchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [ApplicationId] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
  Sample Data
ApplicationId DashboardId
ZBSGL ad\sgabriel
ZLLIW ad\lwimbley
ZCBDF ad\labuser3
ZIEDR ad\brussaki
ZTCLM ad\cmcdanie
ZBSAS ad\ssolomon
ZBMSZ ad\msalazar
ZILKN ad\knelson
ZKGAD ad\gallgood
ZBSHW ad\swebster
Powered by BI Documenter