DWStaging
 dbo.ST_CE_BROKER_ROSTER_A (Table)
  Properties
Property Value
Name ST_CE_BROKER_ROSTER_A
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 KB
Create Date 8/15/2012 12:45 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ISN_ST_CE_BROKER_ROSTER_A
int(10, 0)
False
False
False
 
REF_NUM
int(10, 0)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
STDNT_ID
varchar(9)
True
False
False
 
SUCCESSFUL_IND
varchar(1)
True
False
False
 
TRANSMIT_MESSAGE
varchar(60)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_CE_BROKER_ROSTER_A
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_CE_BROKER_ROSTER_A depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_CE_BROKER_ROSTER_A)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_CE_BROKER_ROSTER_A] Script Date: 03/09/2017 16:45:57 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_CE_BROKER_ROSTER_A](
    [ISN_ST_CE_BROKER_ROSTER_A] [int] NOT NULL,
    [REF_NUM] [int] NULL,
    [STDNT_ID] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [SUCCESSFUL_IND] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [TRANSMIT_MESSAGE] [varchar](60) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
Powered by BI Documenter