İpucu : ‘Could not allocate space for object’ Sorunun Çözümü

SQL veritabanına yeni bir Datafile eklemek istediğinizde bu datafile için gerekli boş disk miktarına sahip olsanız bile aşağıdaki gibi bir hata iletisi alabilirsiniz.

Could not allocate space for object ‘sys.sysfiles1’.’sysfiles1′ in database ‘Database’ because the ‘PRIMARY’ filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. (Microsoft SQL Server, Error: 1105)

(more…)