This may be the reason.
"Glibs" wrote:
> .
>
If you will not find a way you may try to create new DB with correct size
and copy all the data into new DB. I used such a way to change DB collation.
"Baumi2003" <Baum...@discussions.microsoft.com> wrote in message
news:5C681FE9-B884-4872...@microsoft.com...
But, you can do databases at Microsoft Office Access.
"Glibs" <gl...@hotmail.com> wrote in message
news:uInvg7OC...@TK2MSFTNGP05.phx.gbl...
>> Is it because the startsize (properties -> files) is
>> nearly the same size as the mdb-file?
>
> This may be the reason.
>That is the reason.
DBCC SHRINKFILE (file_name, 10000)
ALTER DATABASE database_name
MODIFY FILE (
NAME = file_name,
SIZE = 10000 MB )