DWOperations
 PK_DimCurriculum_Obsolete_DependencyCheck (Index)
  Properties
Property Value
Name PK_DimCurriculum_Obsolete_DependencyCheck
Index Key Type DriPrimaryKey
Is Clustered True
Is Full Text Key False
Is Unique True
Ignore Duplicate Keys False
Fill Factor 0
Space Used (KB) 0
Is Index On Computed False
Is Index On Table True
No Automatic Recomputation False
Filegroup PRIMARY
Description
  Columns
Name Computed
DimCurriculum_Obsolete_DependencyCheckId
False
  Extended Properties
Object Property Value
  DDL
/****** Object: Index [PK_DimCurriculum_Obsolete_DependencyCheck] Script Date: 03/09/2017 17:22:27 ******/
ALTER TABLE [dbo].[Obsolete_DimCurriculum_DependencyCheck] ADD  CONSTRAINT [PK_DimCurriculum_Obsolete_DependencyCheck] PRIMARY KEY CLUSTERED 
(
    [DimCurriculum_Obsolete_DependencyCheckId] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
Powered by BI Documenter