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. How To Fix SQL Database Error 824 ?

How To Fix SQL Database Error 824 ?

Scheduled Pinned Locked Moved Database
databasehelpsql-serversysadmintutorial
12 Posts 4 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.
  • U User 2456424

    My data SQL Server is reported this error, How does this error fix you ? SQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0xaaaaaaaa; actual signature: 0x5555aaaa). It occurred during a read of page (1:210768) in database ID 7 at offset 0x00000066ea0000 in file 'G:\Database\MyData.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online. During redoing of a logged operation in database 'MyData', an error occurred at log record ID (30182:834:13). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the database. Could not open new database 'MyData'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 824)

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #3

    https://support.microsoft.com/en-us/help/2015756/how-to-troubleshoot-msg-824-in-sql-server[^]

    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

    U 1 Reply Last reply
    0
    • L Lost User

      https://support.microsoft.com/en-us/help/2015756/how-to-troubleshoot-msg-824-in-sql-server[^]

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      U Offline
      U Offline
      User 2456424
      wrote on last edited by
      #4

      The information you provided me cannot correct the error

      V L 2 Replies Last reply
      0
      • U User 2456424

        The information you provided me cannot correct the error

        V Offline
        V Offline
        Victor Nijegorodov
        wrote on last edited by
        #5

        Which actions from "Resolution" section did you perform? What results did you get?

        U 1 Reply Last reply
        0
        • V Victor Nijegorodov

          Which actions from "Resolution" section did you perform? What results did you get?

          U Offline
          U Offline
          User 2456424
          wrote on last edited by
          #6

          I do not manipulate anything on my data

          V L 2 Replies Last reply
          0
          • U User 2456424

            I do not manipulate anything on my data

            V Offline
            V Offline
            Victor Nijegorodov
            wrote on last edited by
            #7

            Member 2458467 wrote:

            I do not manipulate anything on my data

            :confused::confused::confused:

            1 Reply Last reply
            0
            • U User 2456424

              The information you provided me cannot correct the error

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #8

              Show us your create DB statement :) --edit And what kind of drive is G?

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

              U 1 Reply Last reply
              0
              • U User 2456424

                I do not manipulate anything on my data

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #9

                You need to go back to the error message and follow the suggestions there. This is not a programming problem that anyone here can fix for you.

                1 Reply Last reply
                0
                • L Lost User

                  Show us your create DB statement :) --edit And what kind of drive is G?

                  Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                  U Offline
                  U Offline
                  User 2456424
                  wrote on last edited by
                  #10

                  It can't fix it right ?

                  L 1 Reply Last reply
                  0
                  • U User 2456424

                    It can't fix it right ?

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #11

                    How do you know? :)

                    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                    1 Reply Last reply
                    0
                    • U User 2456424

                      My data SQL Server is reported this error, How does this error fix you ? SQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0xaaaaaaaa; actual signature: 0x5555aaaa). It occurred during a read of page (1:210768) in database ID 7 at offset 0x00000066ea0000 in file 'G:\Database\MyData.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online. During redoing of a logged operation in database 'MyData', an error occurred at log record ID (30182:834:13). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the database. Could not open new database 'MyData'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 824)

                      S Offline
                      S Offline
                      Shraddha_Patel
                      wrote on last edited by
                      #12

                      SQL server database 824 error means that the page has been read successfully from the disk but there is some issue with the page. Other types of messages that might be shown are “fatal error 824 occurred” , “SQL server detected logical consistency based i/o error”. The exact display message can be more helpful in understanding this problem.

                      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