OK, so I am embarrassed to ask this...
I have a number of jobs that run DBCC commands against all databases on an instance.
Problem is that the command is failing somewhere (it is doing a checkdb against all tables/dbs) - and I don't know where - as in which table in which db is failing. The error log is giving me lots of good stuff, but then adding elipses (...) and then "the job failed".
Is there anywhere where the full and complete error is written? I have looked in the flat files, but again, just elipses - I am sure it is a field size limitation...
I have a number of jobs that run DBCC commands against all databases on an instance.
Problem is that the command is failing somewhere (it is doing a checkdb against all tables/dbs) - and I don't know where - as in which table in which db is failing. The error log is giving me lots of good stuff, but then adding elipses (...) and then "the job failed".
Is there anywhere where the full and complete error is written? I have looked in the flat files, but again, just elipses - I am sure it is a field size limitation...