Is 10% too much for autogrow on a 4 GB sql server DB?

Posted by ntsue on Server Fault See other posts from Server Fault or by ntsue
Published on 2011-03-08T14:57:11Z Indexed on 2011/03/08 16:12 UTC
Read the original article Hit count: 158

Filed under:
|

I am getting the following error:

2011-03-07 21:59:35.73 spid64 Autogrow of file 'MYDB_DATA' in database 'MYDB' was cancelled by user or timed out after 16078 milliseconds. Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to explicitly set a new file size.

I did some research, and I found that for large databases you should set autogrow to a fixed size (MB), and not to a percentage. I feel like this database is not large and I may not be addressing the correct issue by changing this value. Does anyone have any opinions? Thank you!

EDIT: I should have specified SQL Server 2008 RC2 running on Windows Server 2008

© Server Fault or respective owner

Related posts about sql-server

Related posts about database