Subject | Re: [firebird-support] how does firebird check the file size automatically? |
---|---|
Author | Gary Benade |
Post date | 2004-06-17T06:49:38Z |
Alan
Why not just let interbase/firebird handle these seconday files
automatically the way it was designed to.
ALTER DATABASE ADD FILE 'file2.gdb' STARTING AT PAGE 10001 LENGTH 10000
ADD FILE 'file3.gdb' STARTING AT PAGE 20001 LENGTH 10000
ADD FILE 'file4.gdb'
Is there a special reason you need to do this manually?
regards
Gary
Why not just let interbase/firebird handle these seconday files
automatically the way it was designed to.
ALTER DATABASE ADD FILE 'file2.gdb' STARTING AT PAGE 10001 LENGTH 10000
ADD FILE 'file3.gdb' STARTING AT PAGE 20001 LENGTH 10000
ADD FILE 'file4.gdb'
Is there a special reason you need to do this manually?
regards
Gary