Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Msandlana
Starting Member
33 Posts |
Posted - 2008-02-12 : 07:30:23
|
| WHERE DO I FOUND THE FILEGROUP?WHEN THIS ERROR OCCUREDCould not allocate space for object '<temporary system object: 431024047390720>' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. |
|
|
pravin14u
Posting Yak Master
246 Posts |
Posted - 2008-02-12 : 07:35:25
|
| Please check if you have space in the drive where you have installed SQL Server. If you have then right click on the tempdb database ->Properties ->Data Files (Transaction Log also if required)-> Automatically grow file( and give a %, say 10) |
 |
|
|
|
|
|