I fully agree. *Somebody* is doing BACKUP LOG dbname WITH TRUNCATE_ONLY (or NO_LOG). You need to
hunt that down.
A regular log backup (where you actually do a backup) will not produce that message in the event
log.

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
> Check again the options of your log backup maintenance plan. Maybe another
> administrator/job/process is doing the truncates. ¿Can you set a profiler trace to search for
[quoted text clipped - 29 lines]
>>
>> Jose
You may want to set up a profiler trace, and filter on BACKUP in the
TextData.

Signature
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau
I fully agree. *Somebody* is doing BACKUP LOG dbname WITH TRUNCATE_ONLY (or
NO_LOG). You need to
hunt that down.
A regular log backup (where you actually do a backup) will not produce that
message in the event
log.

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
> Check again the options of your log backup maintenance plan. Maybe another
> administrator/job/process is doing the truncates. ¿Can you set a profiler
[quoted text clipped - 37 lines]
>>
>> Jose
Jose - 31 Jan 2008 15:17 GMT
Thank you!! all of you!
I will tracert the "suspicious" man!
Have a nice day!
Jose
> You may want to set up a profiler trace, and filter on BACKUP in the
> TextData.
[quoted text clipped - 48 lines]
> >>
> >> Jose