SQL Server 2008 DB - Autogrowth failure -


sql server 2008 r2 database not able grow beyond initial size though auto-growth option set increase database size 500mb. tried increase size manully failed below error:

modify file encountered operating system error 665  (the requested operation cannot completed due file system limitation)  while attempting expand physical file (microsoft sql server, error 5149) 

i have lot of free space on drive, not sure why error occurring.

i remember reading similar while , error related ntfs file system being fragmented, making impossible grow files further attribute list stores information file allocations reach limit. work around might defragment volume containing files.

this article microsoft support relevant.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -