Problem with the size of the database

make

Member
Hi there !!!

i have a little problem with my database, named customers.
The Database is seperated in 500 MB Pieces. So i have Customer1.db
Customer2.db
.
.
Customer7.db

Since two Weeks the Customer7.db is now approx 1.8 GB !!!
I dont know why this happens !
The database(Enterprise) is running under Windows NT 4.0 Server
and i believe, i will get a problem when the size of the custom7.db
will be bigger than 2 GB. I think Windows NT cant handle Files greater than 2 GB, or is this a Progress Problem ?
Is there a chance to resize the Database ?

Make
 
If you're using multiple extents, then chances are you have a series of fixed length extents (1-6) and the last extent being variable length (7). As I understand it, the fixed length extents get used up first, followed by the variable length.

Perhaps the fixed-length extents aren't being used properly. You may need to be specific about which extents a particular table is to use. The DB admin guide has some good explanations of how to configure all this - I would start there.
 
Back
Top