Please help.
This is very long shot, and I doubt this has anything to do with the
Elmah, but I need to check just in case.
My DBA is reporting that CHECKDB is running on a DB server using the
credentials from an application that uses the Elmah.
The ASP.NET application is a typical stateless, user-action event-
driven, system with no asynchronous processing at all.
Do you know of any reason why the Elmah would be running CHECKDB?
(I am not saying it IS running CHECKDB. I know I do not call CHECKDB
in any of my code. Elmah is one of the only 3rd party components we
have. So, I am just asking you about and I expect you will say "no,
Kellerman Logging does not call CHECKDB at all" but I need to be
sure.)
Please advise.
Thank you.
-- Mark
--
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To post to this group, send email to el...@googlegroups.com.
To unsubscribe from this group, send email to elmah+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elmah?hl=en.
All --
I appreciate the response.
The problem was not Elmah.
The problem was that the database has AutoClose=True, which cause calls to CHECKDB.
Thank you.
-- Mark Kamoski