hi
i got error while running the query in sql server 2012 express version, below is full description of that error.
Could not allocate a new page for database 'Swadhaar_JLG' 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.
If this size limit not reached for your database Please check the database file property, if there is limited file growth set.
1. Check the datafile growth limit. you can check it from database property > click on File > check autogrowth setting.
2. Check the disk space where file exists physically.