Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Error in SQL backup with checksum

Error in SQL backup with checksum

Scheduled Pinned Locked Moved Database
databasehelpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    IT Researcher
    wrote on last edited by
    #1

    Hello, I am using SQL express 2008 r2. Some times while running SQL backup query, Text

    BACKUP DATABASE [DBName] TO disk = 'TargetPath' WITH CHECKSUM

    I am getting the error 'detected an error on page'. But if I run query without checksum then it runs successfully. My question is, 1. Why that error is coming ? 2. What should I do if that error comes ? 3. Can I rely on the backup without checksum ? Please help me.

    Richard DeemingR 1 Reply Last reply
    0
    • I IT Researcher

      Hello, I am using SQL express 2008 r2. Some times while running SQL backup query, Text

      BACKUP DATABASE [DBName] TO disk = 'TargetPath' WITH CHECKSUM

      I am getting the error 'detected an error on page'. But if I run query without checksum then it runs successfully. My question is, 1. Why that error is coming ? 2. What should I do if that error comes ? 3. Can I rely on the backup without checksum ? Please help me.

      Richard DeemingR Offline
      Richard DeemingR Offline
      Richard Deeming
      wrote on last edited by
      #2

      Sounds like you might have some page-level corruption in your database. Try running:

      DBCC CHECKDB (N'Your-Database-Name') WITH NO_INFOMSGS, ALL_ERRORMSGS;

      If you still need help, you'll need to post the full error message.


      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

      S 1 Reply Last reply
      0
      • Richard DeemingR Richard Deeming

        Sounds like you might have some page-level corruption in your database. Try running:

        DBCC CHECKDB (N'Your-Database-Name') WITH NO_INFOMSGS, ALL_ERRORMSGS;

        If you still need help, you'll need to post the full error message.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        S Offline
        S Offline
        srikrishnathanthri
        wrote on last edited by
        #3

        This is the error I am getting,

        Msg 3043, Level 16, State 1, Line 1
        BACKUP 'broken' detected an error on page (1:143) in file 'c:\sql\mydb.mdf'.
        Msg 3013, Level 16, State 1, Line 1
        BACKUP DATABASE is terminating abnormally.

        Richard DeemingR 2 Replies Last reply
        0
        • S srikrishnathanthri

          This is the error I am getting,

          Msg 3043, Level 16, State 1, Line 1
          BACKUP 'broken' detected an error on page (1:143) in file 'c:\sql\mydb.mdf'.
          Msg 3013, Level 16, State 1, Line 1
          BACKUP DATABASE is terminating abnormally.

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          That error message means your database is corrupt. Try running DBCC CHECKDB, as I suggested. You'll probably need to restore your database from the most recent valid backup.


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          • S srikrishnathanthri

            This is the error I am getting,

            Msg 3043, Level 16, State 1, Line 1
            BACKUP 'broken' detected an error on page (1:143) in file 'c:\sql\mydb.mdf'.
            Msg 3013, Level 16, State 1, Line 1
            BACKUP DATABASE is terminating abnormally.

            Richard DeemingR Offline
            Richard DeemingR Offline
            Richard Deeming
            wrote on last edited by
            #5

            Brent Ozar recently published a great blog-post covering the details of what you need to do: What to Do When DBCC CHECKDB Reports Corruption[^]


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups