Could not find enough space on disks to extend database %.*s
This error occurs when an alter database statement references a device that is completely full.
This error message does not usually appear in the error log. But if the device takes up the space on a physical disk drive as well as the space allocated for SQL Server, messages stating that the file system is full will appear in the error log. If this occurs, you must correct the file-system problem as well as correct the SQL Server space problem.
Note If the device is not full but the ALTER DATABASE statement requests more space than is available on that device, the database will be extended and fill up the available space on the device. No error message will be displayed.
These are your options:
For information about how to safely create, dump, load, and re-create databases, see the Microsoft SQL Server Transact-SQL Reference and Part 5, "Data Management."