How do i find out how much fill facot has been spcified in given table?.
Fill Factor
Collapse
This topic is closed.
X
X
-
PraveenTags: None -
Erland Sommarskog
Re: Fill Factor
Praveen (apveen@gmail.c om) writes:On SQL 2000, sysindexes.OrgF illFactor may give you what you are looking for.How do i find out how much fill facot has been spcified in given table?.
On SQL 2005, use sys.indexes.fil lfactor.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se
Books Online for SQL Server 2005 at
Books Online for SQL Server 2000 at
Comment