DWStaging
 dbo.ST_SOAP_A_CRED_TYPE (Table)
  Properties
Property Value
Name ST_SOAP_A_CRED_TYPE
Schema dbo
Row Count 262
Data Size 8 KB
Index Size 24 KB
Create Date 8/15/2012 2:10 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
smallint(5, 0)
False
False
False
 
COUNTS_TWD_MAX_HRS
varchar(1)
True
False
False
 
CRED_TY
varchar(2)
True
False
False
 
CRED_TYPE_COUNT
smallint(5, 0)
False
False
False
 
ISN_ST_SOAP_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_SOAP_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_SOAP_A_CRED_TYPE depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_SOAP_A_CRED_TYPE)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_SOAP_A_CRED_TYPE] Script Date: 03/09/2017 16:46:21 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_SOAP_A_CRED_TYPE](
    [ISN_ST_SOAP_A] [int] NOT NULL,
    [CRED_TYPE_COUNT] [smallint] NOT NULL,
    [CRED_TY] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [COUNTS_TWD_MAX_HRS] [varchar](1) 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 COUNTS_TWD_MAX_HRS CRED_TY CRED_TYPE_COUNT ISN_ST_SOAP_A RowUpdatedOn
8 N 12 11 29 2017-02-06T11:30:58.623-05:00
3 Y 04 11 27 2017-02-06T11:30:58.623-05:00
10 Y 15 11 27 2017-02-06T11:30:58.623-05:00
0 Y 01 11 44 2017-02-06T11:30:58.623-05:00
10 Y 15 11 53 2017-02-06T11:30:58.623-05:00
7 N 11 11 52 2017-02-06T11:30:58.623-05:00
2 Y 03 11 53 2017-02-06T11:30:58.623-05:00
8 N 12 11 28 2017-02-06T11:30:58.623-05:00
9 N 13 11 29 2017-02-06T11:30:58.623-05:00
7 N 11 11 28 2017-02-06T11:30:58.623-05:00
Powered by BI Documenter