Pages

Monday, August 19, 2013

SQL SERVER – Change Default Fill Factor For Index | Journey to SQL Authority with Pinal Dave

SQL Server has default value for fill factor is Zero (0). The fill factor is implemented only when the index is created; it is not maintained after the index is created as data is added, deleted, or updated in the table. When creating an index, you can specify a fill factor to leave extra gaps… Continue Reading...

Source: SQL SERVER – Change Default Fill Factor For Index | Journey to SQL Authority with Pinal Dave

No comments:

Post a Comment