rsteeves-683406
Right there with Babe
Points: 717
More actions
February 3, 2009 at 1:18 pm
#127274
I need to find out what the fill factor is set to for a database, or is it set by table.
Jeffrey Williams
SSC Guru
Points: 90303
February 3, 2009 at 1:28 pm
#937512
Neither - fill factor is defined for each index. If you are looking at the fill factor for the clustered index, then you are looking at the table.
To find the fill factor for the indexes:
SELECT * FROM sys.indexes;
Jeffrey Williams“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers fasterManaging Transaction Logs
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply