Dear All,
I have a SQL Server 2008 (SP1) Database (Size600GB). It has more than 25 Data files and more than 5 LDF Files.
My issue is most of the times whenever I tried to created new indexes or index-rebuilding on the tables I am getting below mentioned error.
Msg 1101, Level 17, State 12, Line 1
Could not allocate a new page for database 'XXXX' because of insufficient disk space in filegroup 'PRIMARY'.
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.
Then I used to increase the MDF file size to 250MB or 512MB and the issue will resolved temporarily. But now MDF file located disk drive free space is low(remaining free space 3GB). I can’t extend further more disk space for the MDF file.
I never experienced before this situation in any version of SQL Server Databases.
Please suggest.
Best Regards
N S Reddy