“Primary Filegroup is Full” in SQL Server 2008 Standard for no apparent reason

后端 未结 10 1911
后悔当初
后悔当初 2020-12-08 04:18

Our database is currently at 64 Gb and one of our apps started to fail with the following error:

System.Data.SqlClient.SqlException: Coul

10条回答
  •  囚心锁ツ
    2020-12-08 04:58

    OK, got it working. Turns out that an NTFS volume where the DB files were located got heavily fragmented. Stopped SQL Server, defragmented the whole thing and all it was fine ever since.

提交回复
热议问题