wrote in message news:eYOpb.36447$dP1.121834@newsc.telia.net...
> Seems it would be easier to set the database to simple recovery then.
>
> --
> Tibor Karaszi
>
>
> "GSX Neil" <Neil@Hoskins.biz> wrote in message
> news:bo8cvh$res$1@titan.btinternet.com...
> > We do a full backup of all the data every time, not interested in the
log!
> >
> > "Tibor Karaszi"
> <tibor.please_reply_to_public_forum.karaszi@cornerstone.se>
> > wrote in message news:QuNpb.32288$mU6.92386@newsb.telia.net...
> > > > Very useful but it's never proved an issue for us. Some of our
users
> > have
> > > > 18Gb log files (or whatever disk spaces they have) and after running
> the
> > > > first and third commands they never have the problem again.
> > >
> > > What recovery mode are you running the database in? Are you doing
> regular
> > > log backups? Regular database backups? Doing TRUNCATE_ONLY will break
> the
> > > chain of log backups and is unacceptable in some organizations. Also,
it
> > > should not be necessary, a regular log backup should suffice just as
> well.
> > >
> > > --
> > > Tibor Karaszi
> > >
> > >
> > > "GSX Neil" <Neil@Hoskins.biz> wrote in message
> > > news:bo87t8$mko$1@sparta.btinternet.com...
> > > > Very useful but it's never proved an issue for us. Some of our
users
> > have
> > > > 18Gb log files (or whatever disk spaces they have) and after running
> the
> > > > first and third commands they never have the problem again.
> > > >
> > > > Log files are difficult to understand at a low level but if
something
> > > works
> > > > for us we tend to stick with it.
> > > >
> > > > Cheers for the additional info though.
> > > >
> > > > NEIL.
> > > >
> > > >
> > > > "Ryan Waight" <Ryan_Waight@nospam.hotmail.com> wrote in message
> > > > news:OIvKFssoDHA.2012@TK2MSFTNGP12.phx.gbl...
> > > > > Have a look at this article.
> > > > >
> > > > >
http://www.mssqlserver.com/faq/logs-shrinklog.asp > > > > >
> > > > > --
> > > > > HTH
> > > > > Ryan Waight, MCDBA, MCSE
> > > > >
> > > > > "GSX Neil" <Neil@Hoskins.biz> wrote in message
> > > > > news:bo832r$689$1@titan.btinternet.com...
> > > > > > Try
> > > > > >
> > > > > > USE <dbname>
> > > > > > GO
> > > > > > BACKUP LOG <dbname> WITH TRUNCATE_ONLY
> > > > > > GO
> > > > > > DBCC LOGINFO(<dbname>)
> > > > > > GO
> > > > > > DBCC SHRINKFILE(<logname>)
> > > > > > GO
> > > > > >
> > > > > > You need to replace <dbname> with the database name and
<logname>
> > with
> > > > the
> > > > > > logical file name of the log file. You can ShrinkFile on any
> > logical
> > > > > > filename, including the dat's.
> > > > > >
> > > > > > Hope it helps, certainly did the job for us.
> > > > > >
> > > > > > NEIL.
> > > > > >
> > > > > > "Michael Evanchik" <mike@high-pow-er.com> wrote in message
> > > > > > news:36194296.0310252246.2925e3c0@posting.google.com...
> > > > > > > "Narendra Talreja" <ntalreja@no_spam_comcast.net> wrote in
> > message
> > > > > > news:<Pq2cnYbsxcBQeBmiU-KYgA@comcast.com>...
> > > > > > > > SQL gurus,
> > > > > > > >
> > > > > > > > Simple question:
> > > > > > >
> > > > > > > Simple answer:
> > > > > > >
> > > > > > > change your database to simple mode.
> > > > > > >
> > > > > > >
> > > > > > > your transaction file will barely grow. since your backin up
> > every
> > > > > > > couple hours, dont think you need your transaction log that
> much.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>