Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
krishnarajeesh
Yak Posting Veteran
67 Posts |
Posted - 2008-04-23 : 08:26:49
|
Hi all,Am getting the below error on one of the databases.MSL_: The database <DatabaseName> from sqlinstance (local) has 0,715 %/ 270,311 MB free space which is less than 15,000 %/300,000 MBAny idea about the cause of this rr & what it means?Thanks In Advance,Krishna |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-23 : 13:12:58
|
Are you using Microsoft SQL Server?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-04-23 : 13:15:06
|
Never seen this error in SQL server |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-23 : 22:28:20
|
May came from monitoring tool. You can expand db files if like to have more free space in the db. |
 |
|
krishnarajeesh
Yak Posting Veteran
67 Posts |
Posted - 2008-04-24 : 01:39:46
|
Thanks guys, I am not sure whether the error is from SQL Server or from a monotoring tool, because one of my friends asked me this question. We just found the error reason. It was beacuse the LOG was full.Thanks & Best Regards,Krishna |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-24 : 21:33:03
|
Do you guys let log file auto grow? How often do log backup if the db is not in simple recovery model? |
 |
|
|
|
|