Checks an instance of SQL Server 2000. Warns if the data file is 1 GB or larger, and is set to autogrow by a percentage, ...

Checks an instance of SQL Server 2000. Warns if the data file is 1 GB or larger, and is set to autogrow by a percentage, instead of growing by a fixed size. Growing a data file by a percentage can cause SQL Server performance problems because of progressively larger growth increments. For an instance of SQL Server 2000, set the FILEGROWTH (autogrow) value to a fixed size to avoid escalating performance problems.