Home > Archive > MS SQL Server > May 2005 > Full tempdb log









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Full tempdb log
Silmar

2005-05-31, 9:23 am

Hi!

Does anybody know how SQL server behaves when below event is logged? Will it
stop or only part of its functionality will become unavailable?

Error: 9002, Severity: 17, State: 6 The log file for database 'tempdb' is
full. Back up the transaction log for the database to free up some log
space.

Regards
Silmar


Hari Prasad

2005-05-31, 8:23 pm

Hi,

SQL Server service will not stop if Tempdb log is full. But all the
operations which require a tempdb (Sort, Group, joins) will fail
if tempdb log is full.

See the size of LDF file for Tempdb. If the size is too small then try to
increase the size or move it to a hard drive which have more space.

Thanks
Hari
SQL Server MVP


"Silmar" <silmar.NO_SPAM@talex.pl> wrote in message
news:uRDob%23dZFHA.3852@TK2MSFTNGP10.phx.gbl...
> Hi!
>
> Does anybody know how SQL server behaves when below event is logged? Will
> it stop or only part of its functionality will become unavailable?
>
> Error: 9002, Severity: 17, State: 6 The log file for database 'tempdb' is
> full. Back up the transaction log for the database to free up some log
> space.
>
> Regards
> Silmar
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com