|
![]() |
Property | Value |
Name | Index_FactStudentFeesPaid_StudentTermSK |
Index Key Type | None |
Is Clustered | False |
Is Full Text Key | False |
Is Unique | False |
Ignore Duplicate Keys | False |
Fill Factor | 0 |
Space Used (KB) | 343320 |
Is Index On Computed | False |
Is Index On Table | True |
No Automatic Recomputation | False |
Filegroup | PRIMARY |
Description |
Name | Computed |
StudentTermSK |
False |
Object | Property | Value |
/****** Object: Index [Index_FactStudentFeesPaid_StudentTermSK] Script Date: 03/09/2017 17:20:23 ******/ CREATE NONCLUSTERED INDEX [Index_FactStudentFeesPaid_StudentTermSK] ON [dbo].[FactStudentFeesPaid] ( [StudentTermSK] 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 |