Groups | Blog | Home
all groups > sql server (alternate) > february 2006 >

sql server (alternate) : Full Recovery Model - log doesn't grow?


Erland Sommarskog
2/7/2006 12:00:00 AM
deebeeay@gmail.com (deebeeay@gmail.com) writes:
[quoted text, click to view]

Did you ever take a backup of the database since you set it to full
recovery? I believe you are effectively in simple more, until you have
a full backup. To wit, without a backup of the database, the log is very
useful on its own.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
deebeeay NO[at]SPAM gmail.com
2/7/2006 1:43:57 AM
Hi all,

I have a SQL Server 2000 database that is using the Full recovery
model. The database is purely receiving inserts (and plenty of them)
with maybe some view/table creation for reporting.

In this state I would expect the log to grow ad infinitum but it gets
to about 32% used and then empties.

The log is not being backed up at all so am I missing something else?

Cheers
Dee
deebeeay NO[at]SPAM gmail.com
2/7/2006 7:39:14 AM
Ah that's probably it. I've only just been given visibility of the
database and I don't think a backup has ever been done.

Many thanks for your help!
AddThis Social Bookmark Button