Re: MSDE data files
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 04/02/04
- Next message: Tek Boy: "Re: Stored procedure truncating parameters?"
- Previous message: Vlad: "Re: CONVERT problem"
- In reply to: Pete: "MSDE data files"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 02 Apr 2004 09:42:40 -0700
For resizing, check books online and the alter database
statement. You can modify file sizes using alter database.
For compacting, check books online for dbcc shrinkfile. This
reducing the size of a database file.
If the log files are what's causing problems, you should be
backing up the transaction log. If restoring log files is
not part of your recovery plan, you may want to look at
setting the recovery model to simple.
-Sue
On Fri, 2 Apr 2004 07:37:08 -0800, "Pete"
<x_Pete_x@yahoo.com> wrote:
>One thing I cannot find answer to..: HOW DO YOU RESIZE /
>COMPACT data file for the MSDE databases??? They
>obviously keep growing fast and fat, gobbling more space
>than necessary.
- Next message: Tek Boy: "Re: Stored procedure truncating parameters?"
- Previous message: Vlad: "Re: CONVERT problem"
- In reply to: Pete: "MSDE data files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|