Discussion:
PRIMARY-Dateigruppe voll
(too old to reply)
f***@enka.de
2007-12-24 09:44:58 UTC
Permalink
Hallo,

ich betreibe eine MSDE Datenbank, die DB-Größe liegt bei 2058.38 MB.
Das Datenbankmaximum ist weit höher eingestellt und genügend
Speicherplatz auf der Festplatte ist vorhanden.

Dennoch erhalte ich bei bestimmten Aktionen folgende Meldung:
"Speicherplatz für das "Meine_Tabelle"-Objekt in der "Meine_DB"-
Datenbank konnte nicht reserviert werden, da die PRIMARY-Dateigruppe
voll ist."

Was kann das sein?

Gruß Falk
Andrea Montanari
2007-12-24 11:52:07 UTC
Permalink
hi Falk,
Post by f***@enka.de
Hallo,
ich betreibe eine MSDE Datenbank, die DB-Größe liegt bei 2058.38 MB.
Das Datenbankmaximum ist weit höher eingestellt und genügend
Speicherplatz auf der Festplatte ist vorhanden.
"Speicherplatz für das "Meine_Tabelle"-Objekt in der "Meine_DB"-
Datenbank konnte nicht reserviert werden, da die PRIMARY-Dateigruppe
voll ist."
Was kann das sein?
Gruß Falk
it seems to me your db is sized in about 2gb.. this is the max size MSDE can
handle... if your db is getting bigger than that maximum size, you have to
go to another version of SQL Server, a commercial one, that can handle sizes
bigger then this...
if you want to "stay" with MSDE, you have to slim down your dbs to fit
within that limit.. you can perhaps "partition" your data across several
databases... perhaps you can "archive" older data in another db, name it
historical_1, historical_n so that in the "live" db you only maintain
"current" live data in the "original db"..

merry Xmas..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply
f***@enka.de
2007-12-27 08:36:42 UTC
Permalink
Post by Andrea Montanari
hi Falk,
Post by f***@enka.de
Hallo,
ich betreibe eine MSDE Datenbank, die DB-Größe liegt bei 2058.38 MB.
Das Datenbankmaximum ist weit höher eingestellt und genügend
Speicherplatz auf der Festplatte ist vorhanden.
"Speicherplatz für das "Meine_Tabelle"-Objekt in der "Meine_DB"-
Datenbank konnte nicht reserviert werden, da die PRIMARY-Dateigruppe
voll ist."
Was kann das sein?
Gruß Falk
it seems to me your db is sized in about 2gb.. this is the max size MSDE can
handle... if your db is getting bigger than that maximum size, you have to
go to another version of SQL Server, a commercial one, that can handle sizes
bigger then this...
if you want to "stay" with MSDE, you have to slim down your dbs to fit
within that limit.. you can perhaps "partition" your data across several
databases... perhaps you can "archive" older data in another db, name it
historical_1, historical_n so that in the "live" db you only maintain
"current" live data in the "original db"..
merry Xmas..
--
Andrea Montanari (Microsoft MVP - SQL Server)http://www.asql.biz       http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
--------- remove DMO to reply
Hi Andrea,

danke für die schnelle Antwort, ich werde die DB aufteilen und alte
Daten archivieren.

Gruß Falk

Loading...