Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
PatDeV
Posting Yak Master
197 Posts |
Posted - 2006-08-01 : 15:02:26
|
Autogrow of file 'test_Data' in database 'test' cancelled or timed out after 29641 ms. Use ALTER DATABASE to set a smaller FILEGROWTH or to set a new size. |
|
nosepicker
Constraint Violating Yak Guru
366 Posts |
Posted - 2006-08-02 : 00:04:27
|
Perhaps you didn't have enough disk space for the database to expand? |
 |
|
mr_mist
Grunnio
1870 Posts |
Posted - 2006-08-02 : 04:03:20
|
I guess it means that the database is set to auto-grow but probably by a percentage or an amount of space that is quite large, and your disk system was not responding to the grow request in a timely manner, so the operation was stopped. Try faster disks or set the file growth measure to a smaller value.-------Moo. :) |
 |
|
|
|
|