>> 1. Where do I change the DB to recovery mode?
>> 2. Do I need to run a backup before the srink for the srink to work
[quoted text clipped - 27 lines]
> must immediately perform a full database backup to prevent the log file
> from continuing to auto-truncate.
> 1-Can I run it to a tape device? from within EM?
If you don't have room for the database backup somewhere on the server
or another PC (not recommended for quick backups) then you have other
problems
> 2- If I run a backup on the logfile (and is doesn't truncate) why am I
> doing this?
The truncate only option truncates the data in teh log file
> 5- I ONLY have 1.5 GB left on the server.
If you run DBCC SHRINKFILE on the log file after truncating the log, you
will recover some disk space.
> Is there a way of blowing the LDF file it's @ 80GB.
Yes. Using DBCC SHRINKFILE to get it to a size that works for your
database.
1- What's your backup frequency?
2- Is this a production box?
3- How much data are you willing to lose in case of drive failure or
database corruption? 1 hour? 1 day?
4- Where are you going to put the database backups? If possible, backup
locally to another drive array on the server and then dump to tape or
NAS. Keep a few days available on disk if possible in case of recovery.

Signature
David Gugick
Quest Software
www.imceda.com
www.quest.com
Peretz Stern - 16 Aug 2005 07:25 GMT
Can I run DBCC SHRINKFILE on a DB that is "in use" I can't down the server
for a long time? I'd rather it be a little sluggish until this is all
straightened out.
Thanks,
Sue Hoegemeier - 16 Aug 2005 13:06 GMT
Yes...it can be in use when running shrinkfile. Things will
be slower but you can run it.
-Sue
>Can I run DBCC SHRINKFILE on a DB that is "in use" I can't down the server
>for a long time? I'd rather it be a little sluggish until this is all
>straightened out.
>
>Thanks,
David Gugick - 16 Aug 2005 15:42 GMT
> Can I run DBCC SHRINKFILE on a DB that is "in use" I can't down the
> server for a long time? I'd rather it be a little sluggish until this
> is all straightened out.
>
> Thanks,
Yes, but you have to truncate the log file first.

Signature
David Gugick
Quest Software
www.imceda.com
www.quest.com