DWStaging
 dbo.ST_SOAP_A_ACDMC_STAT (Table)
  Properties
Property Value
Name ST_SOAP_A_ACDMC_STAT
Schema dbo
Row Count 8
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
ACDMC_STAT_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
CURR_ACDMC_STAT
varchar(2)
True
False
False
 
ISN_ST_SOAP_A
int(10, 0)
False
False
False
 
NEW_ACDMC_STAT
varchar(2)
True
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_ACDMC_STAT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_SOAP_A_ACDMC_STAT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_SOAP_A_ACDMC_STAT] Script Date: 03/09/2017 16:46:21 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_SOAP_A_ACDMC_STAT](
    [ISN_ST_SOAP_A] [int] NOT NULL,
    [ACDMC_STAT_COUNT] [smallint] NOT NULL,
    [CURR_ACDMC_STAT] [varchar](2) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [NEW_ACDMC_STAT] [varchar](2) 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
ACDMC_STAT_COUNT cnxarraycolumn CURR_ACDMC_STAT ISN_ST_SOAP_A NEW_ACDMC_STAT RowUpdatedOn
1 0 C* 58 P1 2017-02-06T11:30:56.174-05:00
1 0 C* 59 P2 2017-02-06T11:30:56.174-05:00
1 0 C* 61 P4 2017-02-06T11:30:56.174-05:00
1 0 C* 60 P3 2017-02-06T11:30:56.174-05:00
1 0 C* 35 P2 2017-02-06T11:30:56.174-05:00
1 0 C* 36 P3 2017-02-06T11:30:56.174-05:00
1 0 C* 37 P4 2017-02-06T11:30:56.174-05:00
1 0 C* 34 P1 2017-02-06T11:30:56.158-05:00
Powered by BI Documenter