dbTalk Databases Forums  

A full log

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss A full log in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
KHATER
 
Posts: n/a

Default A full log - 09-17-2007 , 08:02 AM






In SQL server 6.5, I've got the message (the application log file is full)
after restarting the server and before login. this makes the working database
useless and marked inaccessible. Please I need and advice how can I solve the
problem.

Thank you

Reply With Quote
  #2  
Old   
Russell Fields
 
Posts: n/a

Default Re: A full log - 09-17-2007 , 10:46 AM






KHATER,

It has been a while since I worked with 6.5, but I believe that once you get
into the server, from a query window in master, issue

DUMP TRANSACTION MyDB WITH NO_LOG

This _should_ always work since it throws the log away without even
checkpointing the database. So, if this works for you immediately after you
should do a DUMP DATABASE.

You mentioned that the database was inaccessible, but not that it was marked
SUSPECT, so go ahead and try this.


RLF


"KHATER" <KHATER (AT) discussions (DOT) microsoft.com> wrote

Quote:
In SQL server 6.5, I've got the message (the application log file is full)
after restarting the server and before login. this makes the working
database
useless and marked inaccessible. Please I need and advice how can I solve
the
problem.

Thank you



Reply With Quote
  #3  
Old   
Russell Fields
 
Posts: n/a

Default Re: A full log - 09-18-2007 , 09:51 AM



KHATER,

I misread your comment to be a transaction log. For the Windows application
log, do the following:

Log into your server as the Windows Administrator.
From Start / Settings / Control Panel, select Administrative Tools / Event
Viewer.
Select: Clear All Events
Then change the properties to: Overwrite Events As Needed.

RLF

"KHATER" <KHATER (AT) discussions (DOT) microsoft.com> wrote

Quote:
In SQL server 6.5, I've got the message (the application log file is full)
after restarting the server and before login. this makes the working
database
useless and marked inaccessible. Please I need and advice how can I solve
the
problem.

Thank you



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.