Options

Fillfactor missing from SQL Script

pdrapeaupdrapeau Posts: 3
edited April 1, 2008 8:03AM in SQL Doc Previous Versions
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

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    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.
Sign In or Register to comment.