|
![]() |
Property | Value |
Name | PK_StudentSuccess_TermSnapshotSK |
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) | 152 |
Is Index On Computed | False |
Is Index On Table | True |
No Automatic Recomputation | False |
Filegroup | PRIMARY |
Description |
Name | Computed |
StudentSuccess_TermSnapshotSK |
False |
Object | Property | Value |
/****** Object: Index [PK_StudentSuccess_TermSnapshotSK] Script Date: 03/09/2017 17:20:45 ******/ ALTER TABLE [dbo].[FactStudentSuccess_TermSnapshot] ADD CONSTRAINT [PK_StudentSuccess_TermSnapshotSK] PRIMARY KEY CLUSTERED ( [StudentSuccess_TermSnapshotSK] 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 |