In this blog post, let’s learn about the error message “1101 – Could not allocate a new page for database ‘%.*ls’ because of insufficient disk space in filegroup ‘%.*ls’. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
1101 – Could not allocate a new page for database ‘%.*ls’ because of insufficient disk space in filegroup ‘%.*ls’. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Reason for the Error
To be update soon…
Solution
To be update soon…