Hello,
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
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