DWStaging
 UJZ9042K7V4I5 (Index)
  Properties
Property Value
Name UJZ9042K7V4I5
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) 16
Is Index On Computed False
Is Index On Table True
No Automatic Recomputation False
Filegroup PRIMARY
Description
  Columns
Name Computed
ISN_AR_STANDARD_TABLES_A
False
cnxarraycolumn
False
  Extended Properties
Object Property Value
  DDL
/****** Object: Index [UJZ9042K7V4I5] Script Date: 03/09/2017 16:50:57 ******/
CREATE UNIQUE NONCLUSTERED INDEX [UJZ9042K7V4I5] ON [dbo].[AR_STANDARD_TABLES_A_COLLEGE_ADDRESS_LINES] 
(
    [ISN_AR_STANDARD_TABLES_A] ASC,
    [cnxarraycolumn] 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