DWStaging
 UY9T7XJ2M1OLK (Index)
  Properties
Property Value
Name UY9T7XJ2M1OLK
Index Key Type None
Is Clustered False
Is Full Text Key False
Is Unique True
Ignore Duplicate Keys False
Fill Factor 0
Space Used (KB) 2664
Is Index On Computed False
Is Index On Table True
No Automatic Recomputation False
Filegroup PRIMARY
Description
  Columns
Name Computed
ISN_IA_EMAIL_A
False
  Extended Properties
Object Property Value
  DDL
/****** Object: Index [UY9T7XJ2M1OLK] Script Date: 03/09/2017 16:57:59 ******/
CREATE UNIQUE NONCLUSTERED INDEX [UY9T7XJ2M1OLK] ON [dbo].[IA_EMAIL_A] 
(
    [ISN_IA_EMAIL_A] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
Powered by BI Documenter