Re: General Question
anonymous_at_discussions.microsoft.com
Date: 08/03/04
- Previous message: Pete Scalercio: "query cannot be executed"
- In reply to: Keith Kratochvil: "Re: General Question"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 12:06:53 -0700
Another thing to consider is the size your log file can
grow to if your database is particularly busy. As a rule
of thumb, on a busy database, I plan for 5-6 times the
data file for a log file and then put in a job to shrink
that log file down regularly.
>-----Original Message-----
>How big is your log file? You don't say, but if it is
500MB that only
>leaves you 1.5GB. That is not a lot of room...I would
probably order
>another disk now. Then again, if you only add 20MB per
day you have some
>time.
>
>--
>Keith
>
>
>"Noor" <noor@ngsol.com> wrote in message
>news:uZdnayUeEHA.3732@TK2MSFTNGP11.phx.gbl...
>> I want to ask one general question like let's suppose I
have a database
>and
>> the data file and transaction log for the database are
located on a 9.1 GB
>> hard disk. Both files are configured for automatic file
growth. The data
>> file occupies 7 GB of disk space. I want calculate when
I will need to add
>> additional disk space.
>>
>> Should I go with Configure System Monitor to log disk
space utilization OR
>> Configure a SQL Server Agent job to execute the
sp_spaceused stored
>> procedure each day and then to store the results of the
procedure to a
>table
>> in the database
>>
>> Thanks
>> NOOR
>>
>>
>
>.
>
- Previous message: Pete Scalercio: "query cannot be executed"
- In reply to: Keith Kratochvil: "Re: General Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|