Overriding the default for the maximum number
of index rows to store on a data page
Select the index icon, then choose File | Properties.
Select the Miscellaneous tab.
Enter a value in the Rows per Page box.
Click OK.
For a table with clustered indexes, values between 0 and 256 are valid. For a table with nonclustered indexes, the largest allowable Rows Per Page value depends on the size of the index key. To approximate the largest allowable value, subtract 32 from the page size and divide the resulting number by the index key size.