![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I've the following error message, which doesn't make sense to me. The log file is not full, it has autogrow set to on and the disk drive on which it resides has 256GB free space. I hope i'm missing something and welcome any suggestions on what to do or what to look at. "Server: Msg 9002, Level 17, State 6, Line 1 The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space." |
#3
| |||
| |||
|
|
If the application is requesting space in TempDB and the request interval is faster than the disk can allocate the space then you will see this message whilst the Autogrow is happening. If you have this much space then try pre allocating a larger TempDB -- -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Stressed" <k@c.co.uk> wrote in message news:ufQ6UCJlDHA.2536 (AT) tk2msftngp13 (DOT) phx.gbl... Hi, I've the following error message, which doesn't make sense to me. The log file is not full, it has autogrow set to on and the disk drive on which it resides has 256GB free space. I hope i'm missing something and welcome any suggestions on what to do or what to look at. "Server: Msg 9002, Level 17, State 6, Line 1 The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space." |
#4
| |||
| |||
|
|
If the application is requesting space in TempDB and the request interval is faster than the disk can allocate the space then you will see this message whilst the Autogrow is happening. If you have this much space then try pre allocating a larger TempDB -- -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Stressed" <k@c.co.uk> wrote in message news:ufQ6UCJlDHA.2536 (AT) tk2msftngp13 (DOT) phx.gbl... Hi, I've the following error message, which doesn't make sense to me. The log file is not full, it has autogrow set to on and the disk drive on which it resides has 256GB free space. I hope i'm missing something and welcome any suggestions on what to do or what to look at. "Server: Msg 9002, Level 17, State 6, Line 1 The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space." |
#5
| |||
| |||
|
|
Just to add - check with Profiler what is going on. TempDb could be a target of a DoS attack. -- Dejan Sarka, SQL Server MVP Please reply only to the newsgroups. "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:O$FlXLJlDHA.1084 (AT) tk2msftngp13 (DOT) phx.gbl... If the application is requesting space in TempDB and the request interval is faster than the disk can allocate the space then you will see this message whilst the Autogrow is happening. If you have this much space then try pre allocating a larger TempDB -- -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Stressed" <k@c.co.uk> wrote in message news:ufQ6UCJlDHA.2536 (AT) tk2msftngp13 (DOT) phx.gbl... Hi, I've the following error message, which doesn't make sense to me. The log file is not full, it has autogrow set to on and the disk drive on which it resides has 256GB free space. I hope i'm missing something and welcome any suggestions on what to do or what to look at. "Server: Msg 9002, Level 17, State 6, Line 1 The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space." |
![]() |
| Thread Tools | |
| Display Modes | |
| |