• Hi, thanks foir the reply, I looked with this search in all jobs:(with SET RECOVERY, ALTER DATABASE, DBCC SHRINK)

    EXEC sp_MSForEachDB ' Use ?; select ''?'', o.name,m.definition from ?.SYS.sql_modules m

    inner join SYS.sysobjects o on m.object_id=o.id

    where definition like ''%SET RECOVERY%'''

    Didn't find anything, just comments...

    Tell me what you think.