DWStaging
 dbo.IA_EMAIL_A_BODY_TEXT (Table)
  Properties
Property Value
Name IA_EMAIL_A_BODY_TEXT
Schema dbo
Row Count 4199249
Data Size 138984 KB
Index Size 70952 KB
Create Date 11/7/2012 2:39 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
BODY_TEXT
varchar(72)
True
False
False
 
BODY_TEXT_COUNT
smallint(5, 0)
False
False
False
 
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_IA_EMAIL_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_IA_EMAIL_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.IA_EMAIL_A_BODY_TEXT depends on)
Name Type
  Child Dependencies (objects that depend on dbo.IA_EMAIL_A_BODY_TEXT)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[IA_EMAIL_A_BODY_TEXT] Script Date: 03/09/2017 16:45:36 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[IA_EMAIL_A_BODY_TEXT](
    [ISN_IA_EMAIL_A] [int] NOT NULL,
    [BODY_TEXT_COUNT] [smallint] NOT NULL,
    [BODY_TEXT] [varchar](72) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
BODY_TEXT BODY_TEXT_COUNT cnxarraycolumn ISN_IA_EMAIL_A RowUpdatedOn
55 16 52207 2017-02-06T10:33:15.838-05:00
^If you have not already done so, you may wish to receive future 1098^T 55 10 300730 2017-02-06T10:33:31.079-05:00
55 20 18129 2017-02-06T10:32:45.417-05:00
If you did not make or request a change to your bank account 55 8 372325 2017-02-06T10:34:35.507-05:00
* 55 5 347308 2017-02-06T10:34:12.825-05:00
11:50 15:53 4:03 55 51 938 2017-02-06T10:32:30.332-05:00
55 10 370485 2017-02-06T10:34:33.885-05:00
Yours sincerely, 55 17 21165 2017-02-06T10:32:48.023-05:00
55 15 36651 2017-02-06T10:33:01.688-05:00
55 35 16119 2017-02-06T10:32:43.733-05:00
Powered by BI Documenter