- Moderator
- #1
I'm trying to do a pretty large (1.2M Records) create... and I keep getting:
I have autogrowth turned on (I think... it says it is... starts at 500MB with an unlimited growth of 10%)
... in retrospect, Autogrow is turned on for the WebSample table... but I'm not sure where to turn it on for the filegroup (or if that's even the thing to do).
SQL Server Express 2008 using SQL Server Management Studio.
TIA!
Can someone tell me where I'm going wrong?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Code:
Could not allocate space for object 'dbo.WebSample'.'IX_ProjectID' in database 'NtsWeb' 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.
I have autogrowth turned on (I think... it says it is... starts at 500MB with an unlimited growth of 10%)
... in retrospect, Autogrow is turned on for the WebSample table... but I'm not sure where to turn it on for the filegroup (or if that's even the thing to do).
SQL Server Express 2008 using SQL Server Management Studio.
TIA!
Can someone tell me where I'm going wrong?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg