Viewing 6 posts - 1 through 6 (of 6 total)
Or you can have a job to "ALTER DATABASE MSDb SET RECOVERY FULL" using the MS supplied schedule "Start automatically when SQL Server Agent starts", which is what I have done.
Define second job step to...
November 23, 2004 at 8:51 am
I use the MSDb for information about the latest db / transaction log backups on all databases (as does Enterprise Manager).
Ed. Thanks for your comments.
August 12, 2004 at 2:09 am
What about building the SQL statement at run-time and using EXEC (@Sql).
April 21, 2004 at 6:43 am
No replies yet!!
Basically what I am asking is does DBCC CHECKDB return an @@ERROR value <> 0 if it reports errors, or is it necessary to scan the output text...
May 1, 2003 at 2:00 am
Viewing 6 posts - 1 through 6 (of 6 total)