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 |
|
ramdas
Posting Yak Master
181 Posts |
Posted - 2003-09-11 : 09:13:56
|
| Hi Folks,When I am trying to create a Clustered Index on a table in a SQL Server 2000 database i get an error saying Could not allocate space for object '(SYSTEM table id: -514756796)' in database 'xx' because the 'PRIMARY' filegroup is full.Any thoughts on how to proceed.Ramdas NarayananSQL Server DBA |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-09-11 : 09:14:58
|
| Allocate more space to your data file.Jay White{0} |
 |
|
|
|
|
|