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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-20 : 08:33:18
|
| adrianna writes "does anyone know whats wrong if you get this error:Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space for object 'profile' in database 'bikerd' because the 'PRIMARY' filegroup is full" |
|
|
Kristen
Test
22859 Posts |
Posted - 2004-09-20 : 09:31:37
|
| Probably that "filegroup" is limited to a maximum physical size (rather than to expand as needed), or possible the disk is full.Enterprise Manager: Right click the databqase : Properties : Check the DATA and LOG tabs to see if they are set to "Fixed size" or "Dynamic growth"Kristen |
 |
|
|
|
|
|