我收到以下错误:
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.
我做了一些研究,我发现对于大型数据库,你应该将自动增长设置为固定大小(MB),而不是百分比.我觉得这个数据库不大,我可能无法通过更改此值来解决正确的问题.有没有人有任何意见?谢谢!
我正在使用在Windows Server 2008上运行的sql Server 2008 RC2
解决方法
您不应该依靠自动增长来管理您的日常需求.您应该在适当的维护窗口期间手动监视和增长数据库.对于意外情况,Autogrow应该是您的安全网.
您还可以查看设置instant file initialization以提高增长操作的速度.