• jitendra.padhiyar (1/14/2013)

    Can torn page issue occurs due to lack of disk space ? I know torn page is the page that is not correctly written to disk. But can lack of free disk space can cuase torn page ?

    No.[/quote]

    I agree with Gail. Low disk space would not result in a torn page. Pages are allocated when the DB engine allocates the space, and that is done by extents, not pages. You would get entirely different errors in the log if space were an issue.

    What do you get back from running the following command:

    dbcc checkdb (corruptDbName) with no_infomsgs, all_errormsgs

    Joie Andrew
    "Since 1982"