Fillfactor missing from SQL Script
pdrapeau
Posts: 3
Hello,
I have noticed that the fillfactor values of indexes appear in the Indexes table but are not present in the SQL Script text.
Is it normal?
Thanks
I have noticed that the fillfactor values of indexes appear in the Indexes table but are not present in the SQL Script text.
IDX_UBI_USER_STATUS_ID 60 PS_UBI_USERS_USER_ID
CREATE NONCLUSTERED INDEX [IDX_UBI_USER_STATUS_ID] ON [dbo].[UBI_USER] ([STATUS_ID], [USER_ID])
Is it normal?
Thanks
Comments
It appears that the schema options that SQL Doc uses include an option to ignore fillfactors. We should be able to change this easily in the next version of SQL Doc and get the change out soon.
Thanks for pointing this out.