We are running SQL 2000 with ALL available service packs, etc.
applied. We just built a brand new database server, which has dual
2Ghz XEONs, 2GB memory, and the following disk configuration:
RAID 1 array (2 disks) Operating System Windows Server 2003
RAID 1 array (2 disks) Database Logs
RAID 10 array (4 disks) Database Data
Disks are SATA, with a 3Ware hardware RAID controller. The machine
SCREAMS.
We run 5 databases on this machine. 2 of these are fairly large (by
our standards, anyway). The second largest database (and the busiest
and most important) is consistently generating consistency errors that
bring many important queries down. These are almost ALWAYS in the
form of index corruption on one single table. The corruption does not
normally occur on other tables, although it DOES happen once in a
while - rarely - on one of the other tables), nor does it EVER occur
on any other databases on the server.
The corruption seems to happen right in the neighborhood of midnight
ALMOST every day, give or take a few minutes, but does not seem
directly associated with any of our MANY scheduled database cleanup
tasks (believe me, we've tried desperately to find an association
using SQL profiler). At midnight, our database traffic is fairly low,
so it does not seem associated with a high traffic level.
We are using the FULL recovery model, with log backups every 15
minutes, and full backups daily at 12:15am. However, the corruption
happens consistently BEFORE 12:15, like between 11:50pm and 12:10am.
The most frustrating thing is, the database can go WEEKS without any
corruption at all, and then it'll go 4 or 5 days in a row with this
strange corruption stuff.
************************************************** ***********************
Typical query errors when the corruption exists include:
************************************************** ***********************
Most of the responses to this type of issue (failed assertions) on the
newgroups appear to point to hardware failures. However, this is
brand new hardware, AND, it seems to us that if this was a hardware
issue, other databases, tables, and indexes would be affected
randomly. Isn't that a valid assumption (that if it was hardware,
particularly the RAID controller, the corruption would not be in such
a predictable place)? What if we moved the physical database files to
another location on the disk? Would/could that help?
If anyone could offer some suggestions as to what may be causing this
corruption, we would be eternally grateful. It is getting to be a
real pain in the A*** to run DBCC CHECKDB with REPAIR_ALLOW_DATA_LOSS
every day or two (it always seems to solve the problem without data
loss, but still...).
This file is generated by Microsoft SQL Server version 9.00.2047.00 upon detection of fatal unexpected error. Please return this file, the query or program that produced the bugcheck, the database and the error log, and any other pertinent information with a Service Request.
Computer type is AT/AT COMPATIBLE. Bios Version is DELL - 1 Phoenix ROM BIOS PLUS Version 1.10 1.1.0 Current time is 17:27:14 12/25/06. 4 Intel x86 level 6, 1995 Mhz processor (s). Windows NT 5.2 Build 3790 CSD Service Pack 1.
Memory MemoryLoad = 52% Total Physical = 4094 MB Available Physical = 1963 MB Total Page File = 5973 MB Available Page File = 3757 MB Total Virtual = 2047 MB Available Virtual = 251 MB **Dump thread - spid = 63, PSS = 0x713695C0, EC = 0x713695C8 ***Stack Dump being sent to F:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGSQLDump1698.txt * ******************************************************************************* * * BEGIN STACK DUMP: * 12/25/06 17:27:14 spid 63 * * Location: lckmgr.cpp:10846 * Expression: GetLocalLockPartition () == xactLockInfo->GetLocalLockPartition () * SPID: 63 * Process ID: 5464 * * Input Buffer 404 bytes - * 3 ? [SQL SCRIPT OVER HERE]
Hi All,I have started getting Assertion Errors in SQL.It appears when I process a cube (Most of the time)Other SQL statements, usually with a join or 6 do the same thing.Whaving a scratch around google, I noticed the most people who getthese errors are using SATA drives. Either RAID or not.Surprise, I am using SATA in RAID 1.Is this a common thing with SATA? I can't go to the pwers that be andsay I need a couple large SCSI drives because I _think_ it's theSATA's.Another very odd thing that happened thismorning was I copied the mdfand ldf files off my machine (About 70GB) and onto the server. attachedthem and SQL was happy.Select Count(*) from aview gave me the count I was expecting.Select * From aview returned no rows. most of the time.I thought I was going mad. F5 works, then it doesn't then it does then,you get the point.Backup and restore seemed better until the errors below started...HELP!!!!ThanksCheers,Crispin17066 :SQL Server Assertion: File:<q:SPHINXNTDBMSstorengdrsinclude ecord.inl>, line=1447Failed Assertion = 'm_SizeRec > 0 && m_SizeRec <= MAXDATAROW'.
I am trying to restore sql 2000 database backup on sql 2005. I get below error.
SQL Server Assertion: File: <mdupgrad.cpp>, line = 3342 Failed Assertion = 'f' No object for Index!. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or
Error: 928, Severity: 20, State: 1.
During upgrade, database raised exception 3624, severity 20, state 1, address 000000000247E5A1. Use the exception number to determine the cause
Error: 3624, Severity: 20, State: 1.
I feel this could be due to upgrade from sql 2000 to sql 2005. I could restore other 2000 databases successfully to 2005. However only this particular database is throwing this error.
w3wp!library!1!10/12/2007-17:02:12:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., un-named assertion fired for component processing; Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. w3wp!library!1!10/12/2007-17:02:15:: i INFO: Exception dumped to: C:apps_srvSQL 2005 Analysis ServicesMSSQL.2Reporting ServicesLogFiles flags= ReferencedMemory, AllThreads, SendToWatson
The reportserver also generates SQLDumper log file and a crash dump file
The report executes fine sometime and sometime gives the error mentioned above. The reportserver at some point in time stopped doing anything. I tried to delete those reports created I couldnt delete one report. When I try to delete it takes a long time and says request timeout error.
Then I opened the web.config file of reportserver and report manager and just saved it so that the application reloads. And then it worked fine for few moments. I was also able to delete that report which was not getting deleted before. But after some time I again get the assertion failed error.
I have the same reports deployed in another server where they are working fine. The database is SQL Server 2005 with SP2 How do it solve this problem
I followed the advice of Paul Randal, but Im stumped as I am not able to determin what the corruption issues are. This is SQL 2000 and the database is a Solomon database that was recently upgraded to 6.5. the error I get when running the DBCC checkdb is as follows:
Server: Msg 8966, Level 16, State 1, Line 1 Could not read and latch page (1:18645) with latch type SH. sysindexes failed. DBCC execution completed. If DBCC printed error messages, contact your system administrator.
DBCC execution completed. If DBCC printed error messages, contact your system administrator. DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Now, the bad news. I am a bit of a novice and have picked this up from someone who left my company. It appears the latch error has been around for some time and only reared up when I instituted a new back up system that runs a dbcc check befor backing up. I don't think I have any clean backups.
I have SSIS packages created to import .xls files into sql tables. I now have vb.net code within which I am trying to execute individual packages whenever my code notices the .xls files being deposited within a network folder. When I try to run my code I get the error message:
Assertion Failed:Abort=Quit, Retry=Debug, Ignore=Continue at STrace.ReadTraceValues() at STrace..cctor() at STrace.Trace(String strComponentName, String strLine) at ManagedHelper.GetNextManagedInfo(DTS_Managed_INFO&nextManagedInfo)
here is my code:
Sub RunPackage(ByVal pkgCMD As String)
'
Dim app As New Application
Dim pkg As New Package
Dim pkgResults As DTSExecResult
'Dim pkgevents As IDTSEvents
'
pkg = app.LoadPackage(pkgCMD, Nothing)
pkgResults = pkg.Execute()
The error occurs during the pkg=app.LoadPackage(pkgCMD, Nothing) statement. Any idea of how I determine why the SSIS package will not load thru my vb app? It runs fine if I load the SSIS package in SSBIDS. Thanks for any help or guidance.
//========================= end code =======================
I succeded making room for _vCAttStats vector, but when I tried providing room for the vectors of the vector I got an Assertion failed error (file dmhallocator.h Line:56 Expression assert(_dmhalloc._spidmmemoryallocator != NULL)). Please, see the code below, included in NAVIGATOR::GetNodeArrayProperty function:
//========================= begin code =======================
On our datawarehouse server we are regularly having a 1203 error, causing the sql-server to hang. We get this message in the errorlog: Failed Assertion = 'm_activeSdesList.Head () == NULL'. In the knowledgebase I found a bug description that is very lookalike to our problem.
Article: Q240853 FIX: Lock Escalation With Parallel Query May Cause 1203 Error And Server Shutdown
*** part of the article *** SYMPTOMS If a lock escalation occurs while running a parallel query, it is possible to encounter error message 1203 as follows:
spid7 Process 7 unlocking unowned resource: KEY: 13:117575457:2 (35010560ebcd) spid7 Process 7 unlocking unowned resource: KEY: 13:117575457:2 (35010560ebcd) spid7 Error: 1203, Severity: 20, State: 1 spid7 Process ID 7 attempting to unlock unowned resource KEY: 13:117575457:2 (35010560ebcd). spid7 Error: 1203, Severity: 20, State: 1 spid7 Process ID 7 attempting to unlock unowned resource KEY: 13:117575457:2 (35010560ebcd).
The error message included in the error log probably mentions the same lock resource in several of the error messages.
Once the error is printed, an assertion message similar to the following is also printed: 1999-08-09 13:15:26.79 kernel SQL Server Assertion: File: <proc.c>, line=1866 Failed Assertion = 'm_activeSdesList.Head () == NULL'. After a dump of the stack for all threads, the server initiates a shutdown of the SQL Server process. ... *** end ***
You can find the complete article on: http://support.microsoft.com/support/kb/articles/q240/8/53.asp?LN=EN-US&SD=gn&FR=0
We can't use the workaround, because that would shut out parallelism, which is necessary for the project.
There is a fix, but in the article Microsoft says: "A supported fix that corrects this problem is now available from Microsoft, but it has not been fully regression tested and should be applied only to systems experiencing this specific problem.". You understan,d this is not one of my favorite type of fixes...
Does anyone have already installed the fix mentioned? Had any problems with it, or did it cause some other troubles?
Thx, Kurt De Cauwsemaecker Database Administrator Telepolis Antwerpen
DBCC results for 'DocCollections'. DBCC results for 'sysobjects'. There are 116 rows in 4 pages for object 'sysobjects'. DBCC results for 'sysindexes'. There are 148 rows in 7 pages for object 'sysindexes'. DBCC results for 'syscolumns'. There are 666 rows in 12 pages for object 'syscolumns'. DBCC results for 'systypes'. There are 26 rows in 1 pages for object 'systypes'. DBCC results for 'syscomments'. There are 157 rows in 15 pages for object 'syscomments'. DBCC results for 'sysfiles1'. There are 2 rows in 1 pages for object 'sysfiles1'. DBCC results for 'syspermissions'. There are 104 rows in 1 pages for object 'syspermissions'. DBCC results for 'sysusers'. There are 108 rows in 2 pages for object 'sysusers'. DBCC results for 'sysproperties'. There are 1702 rows in 26 pages for object 'sysproperties'. DBCC results for 'sysdepends'. There are 474 rows in 3 pages for object 'sysdepends'. DBCC results for 'sysreferences'. There are 2 rows in 1 pages for object 'sysreferences'. DBCC results for 'sysfulltextcatalogs'. There are 0 rows in 0 pages for object 'sysfulltextcatalogs'. DBCC results for 'sysfulltextnotify'. There are 0 rows in 0 pages for object 'sysfulltextnotify'. DBCC results for 'sysfilegroups'. There are 1 rows in 1 pages for object 'sysfilegroups'. DBCC results for 'tblCommentsArchive'. There are 64678 rows in 395 pages for object 'tblCommentsArchive'. DBCC results for 'tblLoanConditionsDeleted'. There are 0 rows in 0 pages for object 'tblLoanConditionsDeleted'. DBCC results for 'dtproperties'. There are 7 rows in 1 pages for object 'dtproperties'. DBCC results for 'LoanInfoFix'. There are 52421 rows in 166 pages for object 'LoanInfoFix'. DBCC results for 'tblLoanConditionsFIX'. There are 392167 rows in 2099 pages for object 'tblLoanConditionsFIX'. DBCC results for 'tblLoanConditions'. There are 743281 rows in 6004 pages for object 'tblLoanConditions'. DBCC results for 'Conditions'. There are 144 rows in 2 pages for object 'Conditions'. DBCC results for 'REGIONS'. There are 51 rows in 1 pages for object 'REGIONS'. DBCC results for 'RegionsPhil'. There are 53 rows in 1 pages for object 'RegionsPhil'. DBCC results for 'DLQ'. There are 13569 rows in 34 pages for object 'DLQ'. DBCC results for 'CountyList'. Server: Msg 2511, Level 16, State 2, Line 1 Table error: Object ID 2073058421, Index ID 0. Keys out of order on page (1:10386), slots 17 and 18. Server: Msg 8978, Level 16, State 1, Line 1 Table error: Object ID 2073058421, index ID 1. Page (1:759) is missing a reference from previous page (1:10386). Possible chain linkage problem. Server: Msg 8935, Level 16, State 1, Line 1 Table error: Object ID 2073058421, index ID 1. The previous link (1:10386) on page (1:10387) does not match the previous page (1:759) that the parent (1:10326), slot 81 expects for this page. Server: Msg 8936, Level 16, State 1, Line 1 Table error: Object ID 2073058421, index ID 1. B-tree chain linkage mismatch. (1:759)->next = (1:10387), but (1:10387)->Prev = (1:10386). There are 3022 rows in 13 pages for object 'CountyList'. DBCC results for 'ContactPreference'. There are 4 rows in 1 pages for object 'ContactPreference'. DBCC results for 'Broker'. There are 21614 rows in 334 pages for object 'Broker'. DBCC results for 'Conversion Errors'. There are 2 rows in 1 pages for object 'Conversion Errors'. DBCC results for 'LoanInfo'. There are 271755 rows in 8970 pages for object 'LoanInfo'. CHECKDB found 0 allocation errors and 4 consistency errors in table 'LoanInfo' (object ID 2073058421). DBCC results for 'SettlementAgent'. There are 285013 rows in 4143 pages for object 'SettlementAgent'. DBCC results for 'statelist'. There are 51 rows in 1 pages for object 'statelist'. CHECKDB found 0 allocation errors and 4 consistency errors in database 'DocCollections'. repair_rebuild is the minimum repair level for the errors found by DBCC CHECKDB (DocCollections ). DBCC execution completed. If DBCC printed error messages, contact your system administrator.
I'm running MS SQL 2000 sp3 under 2000 server sp4. I lost a hard drive in a RAID5 and afterwords my weekly maintenance (rebuild and check links) errored five days later. I'm on a weekly backup cycle and running Great Pains Dynamics 6.0. Can't go back now. Here's what dbcc checkdb found on my 5 gig db.
DBCC results for 'UPR41400'. There are 5 rows in 1 pages for object 'UPR41400'. Server: Msg 8928, Level 16, State 1, Line 1 Object ID 171147655, index ID 0: Page (1:192881) could not be processed. See other errors for details. Server: Msg 8944, Level 16, State 1, Line 1 Table error: Object ID 171147655, index ID 0, page (1:192881), row 56. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 4203 and 111.
I'm keeping a warm backup server up to date so I can run whatever you suggest on it without harming my production db further. I'm monitoring the db daily and after seeing some other posts, I realize i'm very lucky this is the only error. At the end of the messages it informs me that 'repair_with_allow_data_loss' is my first option. The strange thing is I can return all rows on the table without error. It's a tax table. Do I have any other options? Thanks
My database has DBCC errors and I am trying to find out the ways to solve it. Any help from you will be highly apprecitated. The error says:
Table Corrupt: Object ID 909325622, index ID 6, page ID (1:864966). The PageId in the page header = (12336:1599554370).Server: Msg 2535, Level 16, State 1, Line 1 Table Corrupt: Page (1:864987) is allocated to object ID 61243273, index ID 3, not to object ID 909390389, index ID 19712 found in page header. The repair level on the DBCC statement caused this repair to be bypassed. The repair level on the DBCC statement caused this repair to be bypassed.
Hi, I'm new to SQL 6.5 and am having trouble with a scheduled backup. The job runs three dbccs: checkdb, checkcatalog and newalloc before running the backup (if clean). However the newalloc gives errors and thus my backup does not run - how do I fix this or can I ignore it?
The error reads: Processed 85 entries in the Sysindexes for dbid 7. Found 18 bad entries in the Sysindexes. DBCC execution completed. If DBCC printed error messages, see your System Administrator.
I have a database that was handed to me which is getting the following errors:
DBCC CHECKDB ('DBName') returns: Server: Msg 8939, Level 16, State 106, Line 1 Table error: Object ID 1, index ID 0, page (1:37). Test (m_freeCnt == freeCnt) failed. Values are 680 and 788. Server: Msg 8966, Level 16, State 1, Line 1 Could not read and latch page (1:37) with latch type SH. sysobjects failed.
DBCC PAGE (DBName, 1, 37, 1) returns: Server: Msg 8939, Level 16, State 20, Line 1 Table error: Object ID 99, index ID 0, page (1:2). Test (m_slots[0].GetOffset () == PAGEHEADSIZE) failed. Values are 662 and 96. Server: Msg 8939, Level 16, State 1, Line 1 Table error: Object ID 99, index ID 0, page (1:2). Test (Align(m_slots[-1].GetOffset ()) == Align(m_slots[0].GetOffset () + sizeof(GAMHEADER) + sizeof(DataRecHdr))) failed. Values are 190 and 756. DBCC execution completed. If DBCC printed error messages, contact your system administrator.
DBCC PAGE (DBName, 1, 2, 1) returns: Server: Msg 8939, Level 16, State 20, Line 1 Table error: Object ID 99, index ID 0, page (1:2). Test (m_slots[0].GetOffset () == PAGEHEADSIZE) failed. Values are 662 and 96. Server: Msg 8939, Level 16, State 1, Line 1 Table error: Object ID 99, index ID 0, page (1:2). Test (Align(m_slots[-1].GetOffset ()) == Align(m_slots[0].GetOffset () + sizeof(GAMHEADER) + sizeof(DataRecHdr))) failed. Values are 190 and 756. Server: Msg 3624, Level 20, State 1, Line 1
And finally, DBCC CHECKTABLE (sysobjects) WITH NO_INFOMSGS, ALL_ERRORMSGS gives me: Server: Msg 8939, Level 16, State 106, Line 1 Table error: Object ID 1, index ID 0, page (1:37). Test (m_freeCnt == freeCnt) failed. Values are 680 and 788. Server: Msg 8966, Level 16, State 1, Line 1 Could not read and latch page (1:37) with latch type SH. sysobjects failed.
I've looked at the MDF with a hex editor and there's definitely data in there. I have the DB attached and in single user/emergency mode, but DBCC isn't having much luck. Help?
I would need help to debug the following allocation errors on DBCC:
Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:958608) object ID 16 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:985853) object ID 16 index ID 2 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:958600) object ID 16 index ID 255 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1067763) object ID 17 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1120026) object ID 17 index ID 2 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1154482) object ID 17 index ID 3 but was not detected in the scan. [SQLSTATE 42000] Msg 2536, Sev 16: DBCC results for 'SalesHistoryDB'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysobjects'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 289 rows in 7 pages for object 'sysobjects'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysindexes'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 277 rows in 19 pages for object 'sysindexes'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syscolumns'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1809 rows in 43 pages for object 'syscolumns'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'systypes'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 28 rows in 1 pages for object 'systypes'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syscomments'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 301 rows in 101 pages for object 'syscomments'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysfiles1'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 2 rows in 1 pages for object 'sysfiles1'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syspermissions'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 311 rows in 3 pages for object 'syspermissions'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysusers'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 28 rows in 1 pages for object 'sysusers'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysproperties'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 199 rows in 6 pages for object 'sysproperties'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysdepends'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1768 rows in 11 pages for object 'sysdepends'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysreferences'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 1 pages for object 'sysreferences'. [SQLSTATE 01000] Msg 8990, Sev 16: CHECKDB found 3 allocation errors and 0 consistency errors in table '(Object ID 16)' (object ID 16). [SQLSTATE 01000] Msg 8990, Sev 16: CHECKDB found 3 allocation errors and 0 consistency errors in table '(Object ID 17)' (object ID 17). [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysfulltextcatalogs'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 1 pages for object 'sysfulltextcatalogs'. [SQLSTATE 01000] DBCC results for 'sysfulltextnotify'. [SQLSTATE 01000] There are 0 rows in 0 pages for object 'sysfulltextnotify'. [SQLSTATE 01000] DBCC results for 'sysfilegroups'. [SQLSTATE 01000] There are 1 rows in 1 pages for object 'sysfilegroups'. [SQLSTATE 01000] DBCC results for 'IgnoreSalesRep'. [SQLSTATE 01000] There are 406 rows in 2 pages for object 'IgnoreSalesRep'. [SQLSTATE 01000] DBCC results for 'invnsrc'. [SQLSTATE 01000] There are 6101966 rows in 15067 pages for object 'invnsrc'. [SQLSTATE 01000] DBCC results for 'INVO_ERRS'. [SQLSTATE 01000] There are 333 rows in 12 pages for object 'INVO_ERRS'. [SQLSTATE 01000] DBCC results for 'INVO_ERRS_old'. [SQLSTATE 01000] There are 152 rows in 3 pages for object 'INVO_ERRS_old'. [SQLSTATE 01000] DBCC results for 'INVO_HIST'. [SQLSTATE 01000] There are 55159551 rows in 937501 pages for object 'INVO_HIST'. [SQLSTATE 01000] DBCC results for 'INVO_HIST_SMALL'. [SQLSTATE 01000] There are 1124659 rows in 21220 pages for object 'INVO_HIST_SMALL'. [SQLSTATE 01000] DBCC results for 'InvoiceHistory'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'InvoiceHistory'. [SQLSTATE 01000] DBCC results for 'QUAR_INVO_HIST'. [SQLSTATE 01000] There are 1430739 rows in 5379 pages for object 'QUAR_INVO_HIST'. [SQLSTATE 01000] DBCC results for 'MARKETING_REPORTS'. [SQLSTATE 01000] There are 36371 rows in 151 pages for object 'MARKETING_REPORTS'. [SQLSTATE 01000] DBCC results for 'MKP90'. [SQLSTATE 01000] There are 36030746 rows in 205890 pages for object 'MKP90'. [SQLSTATE 01000] DBCC results for 'MR_CLASS_MANU'. [SQLSTATE 01000] There are 12159 rows in 46 pages for object 'MR_CLASS_MANU'. [SQLSTATE 01000] DBCC results for 'MR_GROUP_MANU'. [SQLSTATE 01000] There are 16889 rows in 66 pages for object 'MR_GROUP_MANU'. [SQLSTATE 01000] DBCC results for 'MR_MANU_CLASS'. [SQLSTATE 01000] There are 4876 rows in 19 pages for object 'MR_MANU_CLASS'. [SQLSTATE 01000] DBCC results for 'MR_MANU_GROUP'. [SQLSTATE 01000] There are 15565 rows in 61 pages for object 'MR_MANU_GROUP'. [SQLSTATE 01000] DBCC results for 'PseudoLeaders'. [SQLSTATE 01000] There are 79 rows in 2 pages for object 'PseudoLeaders'. [SQLSTATE 01000] DBCC results for 'InvoiceHeader'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'InvoiceHeader'. [SQLSTATE 01000] DBCC results for 'FedTeamGoals'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'FedTeamGoals'. [SQLSTATE 01000] DBCC results for 'SALES_MODIFIER'. [SQLSTATE 01000] There are 1 rows in 1 pages for object 'SALES_MODIFIER'. [SQLSTATE 01000] DBCC results for 'FedTeamPlayers'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'FedTeamPlayers'. [SQLSTATE 01000] DBCC results for 'CGTempWMS'. [SQLSTATE 01000] There are 25 rows in 1 pages for object 'CGTempWMS'. [SQLSTATE 01000] DBCC results for 'srcinvn'. [SQLSTATE 01000] There are 1 rows in 1 pages for object 'srcinvn'. [SQLSTATE 01000] DBCC results for 'TEMP_ExtranetData'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'TEMP_ExtranetData'. [SQLSTATE 01000] DBCC results for 'EMP10'. [SQLSTATE 01000] There are 113373 rows in 1471 pages for object 'EMP10'. [SQLSTATE 01000] DBCC results for 'EMP10_UNIQUE'. [SQLSTATE 01000] There are 18947 rows in 245 pages for object 'EMP10_UNIQUE'. [SQLSTATE 01000] DBCC results for 'ITEM_SALES_306090'. [SQLSTATE 01000] There are 310629 rows in 929 pages for object 'ITEM_SALES_306090'. [SQLSTATE 01000] DBCC results for 'temp_SalesSummaryData'. [SQLSTATE 01000] There are 45781 rows in 751 pages for object 'temp_SalesSummaryData'. [SQLSTATE 01000] DBCC results for 'Rob_DeletedFromCustomerPricingMatrix20031107'. [SQLSTATE 01000] There are 1469 rows in 6 pages for object 'Rob_DeletedFromCustomerPricingMatrix20031107'. [SQLSTATE 01000] DBCC results for 'COMMISSION_ADJ'. [SQLSTATE 01000] There are 1645553 rows in 37801 pages for object 'COMMISSION_ADJ'. [SQLSTATE 01000] DBCC results for 'SalesSummaryData'. [SQLSTATE 01000] There are 2288331 rows in 36372 pages for object 'SalesSummaryData'. [SQLSTATE 01000] DBCC results for 'CDW_CODB'. [SQLSTATE 01000] There are 2 rows in 1 pages for object 'CDW_CODB'. [SQLSTATE 01000] DBCC results for 'dtproperties'. [SQLSTATE 01000] There are 14 rows in 1 pages for object 'dtproperties'. [SQLSTATE 01000] DBCC results for 'Temp_SalesData_new'. [SQLSTATE 01000] There are 7275 rows in 94 pages for object 'Temp_SalesData_new'. [SQLSTATE 01000] DBCC results for 'MKP97'. [SQLSTATE 01000] There are 818535 rows in 6628 pages for object 'MKP97'. [SQLSTATE 01000] DBCC results for 'MARKETING_REPORTS_Saved'. [SQLSTATE 01000] There are 28431 rows in 113 pages for object 'MARKETING_REPORTS_Saved'. [SQLSTATE 01000] DBCC results for 'Commission_Adjustment'. [SQLSTATE 01000] There are 0 rows in 1 pages for object 'Commission_Adjustment'. [SQLSTATE 01000] DBCC results for 'F1730A'. [SQLSTATE 01000] There are 1124104 rows in 16059 pages for object 'F1730A'. [SQLSTATE 01000] DBCC results for 'OEP80U'. [SQLSTATE 01000] There are 1357451 rows in 11634 pages for object 'OEP80U'. [SQLSTATE 01000] DBCC results for 'OE40LN'. [SQLSTATE 01000] There are 1281910 rows in 10155 pages for object 'OE40LN'. [SQLSTATE 01000] DBCC results for 'sysarticles'. [SQLSTATE 01000] There are 2 rows in 1 pages for object 'sysarticles'. [SQLSTATE 01000] DBCC results for 'sysschemaarticles'. [SQLSTATE 01000] There are 0 rows in 0 pages for object 'sysschemaarticles'. [SQLSTATE 01000] DBCC results for 'syspublications'. [SQLSTATE 01000] There are 1 rows in 1 pages for object 'syspublications'. [SQLSTATE 01000] DBCC results for 'CommissionGoalsRange'. [SQLSTATE 01000] There are 12 rows in 1 pages for object 'CommissionGoalsRange'. [SQLSTATE 01000] DBCC results for 'LOSGoals'. [SQLSTATE 01000] There are 107 rows in 1 pages for object 'LOSGoals'. [SQLSTATE 01000] DBCC results for 'OrderInstallInfo'. [SQLSTATE 01000] There are 318699 rows in 1241 pages for object 'OrderInstallInfo'. [SQLSTATE 01000] DBCC results for 'syssubscriptions'. [SQLSTATE 01000] There are 4 rows in 1 pages for object 'syssubscriptions'. [SQLSTATE 01000] DBCC results for 'sysarticleupdates'. [SQLSTATE 01000] There are 0 rows in 0 pages for object 'sysarticleupdates'. [SQLSTATE 01000] DBCC results for 'MSpub_identity_range'. [SQLSTATE 01000] There are 0 rows in 0 pages for object 'MSpub_identity_range'. [SQLSTATE 01000] DBCC results for 'systranschemas'. [SQLSTATE 01000] Msg 2576, Sev 16: IAM page (1:1170538) is pointed to by the previous pointer of IAM page (1:1170540) object ID 1583344705 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 8947, Sev 16: Table error: Multiple IAM pages for object ID 1583344705, index ID 0 contain allocations for the same interval. IAM pages (1:1170540) and (1:2502333). [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (1:2502332) is pointed to by the previous pointer of IAM page (1:2502333) object ID 1583344705 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 2593, Sev 16: There are 0 rows in 0 pages for object 'systranschemas'. [SQLSTATE 01000] Msg 8990, Sev 16: CHECKDB found 3 allocation errors and 0 consistency errors in table '(Object ID 1583344705)' (object ID 1583344705). [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'DummyTrans'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 0 pages for object 'DummyTrans'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'InvoiceDownloadCheck'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 9 rows in 1 pages for object 'InvoiceDownloadCheck'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'ORDER_HIST_MUNICH'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 0 pages for object 'ORDER_HIST_MUNICH'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'ACTIONS'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 3864063 rows in 43417 pages for object 'ACTIONS'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'CALLVOLUME_REQ'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 24 rows in 1 pages for object 'CALLVOLUME_REQ'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'COMMISH_GOALS'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 273 rows in 2 pages for object 'COMMISH_GOALS'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'CM210X'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1826290 rows in 97778 pages for object 'CM210X'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'CM30'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 96 rows in 1 pages for object 'CM30'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'CM31'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 32 rows in 1 pages for object 'CM31'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'COMMISSION_ADJ_INDEX'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1 rows in 1 pages for object 'COMMISSION_ADJ_INDEX'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'COMMISSION_DAILY'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1659173 rows in 17841 pages for object 'COMMISSION_DAILY'. [SQLSTATE 01000] DBCC results for 'COMMISSION_EMP'. [SQLSTATE 01000] There are 12080 rows in 58 pages for object 'COMMISSION_EMP'. [SQLSTATE 01000] DBCC results for 'CUST_INVO_SUMMARY'. [SQLSTATE 01000] There are 9512732 rows in 65156 pages for object 'CUST_INVO_SUMMARY'. [SQLSTATE 01000] DBCC results for 'DAILY_PHONE'. [SQLSTATE 01000] There are 1918105 rows in 20566 pages for object 'DAILY_PHONE'. [SQLSTATE 01000] DBCC results for 'Dates2Run'. [SQLSTATE 01000] There are 31 rows in 1 pages for object 'Dates2Run'. [SQLSTATE 01000] DBCC results for 'DAILY_PHONE_ERRORS'. [SQLSTATE 01000] There are 1701 rows in 18 pages for object 'DAILY_PHONE_ERRORS'. [SQLSTATE 01000] CHECKDB found 9 allocation errors and 0 consistency errors in database 'SalesHistoryDB'. [SQLSTATE 01000] repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (SalesHistoryDB ). [SQLSTATE 01000] DBCC execution completed. If DBCC printed error messages, contact your system administrator. [SQLSTATE 01000]
Lou writes "Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:958608) object ID 16 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:985853) object ID 16 index ID 2 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:958600) object ID 16 index ID 255 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1067763) object ID 17 index ID 0 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1120026) object ID 17 index ID 2 but was not detected in the scan. [SQLSTATE 42000] Msg 2576, Sev 16: IAM page (0:0) is pointed to by the previous pointer of IAM page (1:1154482) object ID 17 index ID 3 but was not detected in the scan. [SQLSTATE 42000] Msg 2536, Sev 16: DBCC results for 'SalesHistoryDB'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysobjects'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 289 rows in 7 pages for object 'sysobjects'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysindexes'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 277 rows in 19 pages for object 'sysindexes'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syscolumns'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1809 rows in 43 pages for object 'syscolumns'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'systypes'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 28 rows in 1 pages for object 'systypes'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syscomments'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 301 rows in 101 pages for object 'syscomments'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysfiles1'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 2 rows in 1 pages for object 'sysfiles1'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'syspermissions'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 311 rows in 3 pages for object 'syspermissions'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysusers'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 28 rows in 1 pages for object 'sysusers'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysproperties'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 199 rows in 6 pages for object 'sysproperties'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysdepends'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 1768 rows in 11 pages for object 'sysdepends'. [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysreferences'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 1 pages for object 'sysreferences'. [SQLSTATE 01000] Msg 8990, Sev 16: CHECKDB found 3 allocation errors and 0 consistency errors in table '(Object ID 16)' (object ID 16). [SQLSTATE 01000] Msg 8990, Sev 16: CHECKDB found 3 allocation errors and 0 consistency errors in table '(Object ID 17)' (object ID 17). [SQLSTATE 01000] Msg 2536, Sev 16: DBCC results for 'sysfulltextcatalogs'. [SQLSTATE 01000] Msg 2593, Sev 16: There are 0 rows in 1 pages for object 'sysfulltextcatalogs'. [SQLSTATE 01000] DBCC results for 'sysfulltextnotify'. [SQLSTATE 01000] There are 0 rows in 0 pages for object 'sysfulltextnotify'. [SQLSTATE 01000] DBCC results for 'sysfilegroups'. [SQLSTATE 01000] There are 1 rows in 1 pages for object 'sysfilegroups'. [SQLSTATE 01000] DBCC results for 'IgnoreSalesRep'. [SQLSTATE 01000] There are 406 rows in 2 pages for object 'IgnoreSalesRep'. [SQLSTATE 01000] DBCC results for 'invnsrc'. [SQLSTATE 01000] There are 6101966 rows in 15067 pages for object 'invnsrc'. [SQLSTATE 01000] DBCC results for 'INVO_ERRS'. [SQLSTATE 01000] There are 333 rows in 12 pages for object 'INVO
I've seen a lot of approaches to this, but I wanted to check here first before trying anything. Unfortunately, I just arrived and looking over the database, realized their backups have been failing for quite sometime. The application using the database is running fine so far, but backing it up freezes. I run DBCC CHECKDB (MyDB) WITH NO_INFOMSGS, ALL_ERRORMSGS and get:
Msg 8909, Level 16, State 1, Line 1 Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 844424953200640 (type Unknown), page ID (1:26483) contains an incorrect page ID in its page header. The PageId in the page header = (0:0). Msg 8909, Level 16, State 1, Line 1 Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 2533274801405952 (type Unknown), page ID (1:24589) contains an incorrect page ID in its page header. The PageId in the page header = (0:-1694496760). Msg 8909, Level 16, State 1, Line 1 Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 2533274811367424 (type Unknown), page ID (1:24301) contains an incorrect page ID in its page header. The PageId in the page header = (0:-1694496747). Msg 8909, Level 16, State 1, Line 1 Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 2533279088508928 (type Unknown), page ID (1:24334) contains an incorrect page ID in its page header. The PageId in the page header = (0:0). CHECKDB found 0 allocation errors and 4 consistency errors not associated with any single object. Msg 8928, Level 16, State 1, Line 1 Object ID 1093578934, index ID 1, partition ID 353143765729280, alloc unit ID 71668789018624 (type In-row data): Page (1:22417) could not be processed. See other errors for details. Msg 8978, Level 16, State 1, Line 1 Table error: Object ID 1093578934, index ID 1, partition ID 353143765729280, alloc unit ID 71668789018624 (type In-row data). Page (1:521649) is missing a reference from previous page (1:22417). Possible chain linkage problem. Msg 8939, Level 16, State 98, Line 1 Table error: Object ID 1093578934, index ID 1, partition ID 353143765729280, alloc unit ID 353143765729280 (type In-row data), page (1:22417). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 29362185 and -1. Msg 8976, Level 16, State 1, Line 1 Table error: Object ID 1093578934, index ID 1, partition ID 353143765729280, alloc unit ID 353143765729280 (type In-row data). Page (1:22417) was not seen in the scan although its parent (1:479) and previous (1:715544) refer to it. Check any previous errors. CHECKDB found 0 allocation errors and 4 consistency errors in table 'WebGroups' (object ID 1093578934). Msg 8929, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 130617058000896 (type In-row data): Errors found in off-row data with ID 1606680576 owned by data record identified by RID = (1:1620895:7) Msg 8929, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 130617058000896 (type In-row data): Errors found in off-row data with ID 1606811648 owned by data record identified by RID = (1:1620895:8) Msg 8929, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 130617058000896 (type In-row data): Errors found in off-row data with ID 1607073792 owned by data record identified by RID = (1:1620895:10) Msg 8929, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 130617058000896 (type In-row data): Errors found in off-row data with ID 1607204864 owned by data record identified by RID = (1:1620895:11) Msg 8929, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 130617058000896 (type In-row data): Errors found in off-row data with ID 1608908800 owned by data record identified by RID = (1:1620896:10) Msg 8928, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data): Page (1:24301) could not be processed. See other errors for details. Msg 8965, Level 16, State 1, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data). The off-row data node at page (1:24301), slot 0, text ID 1606680576 is referenced by page (1:24298), slot 0, but was not seen in the scan. Msg 8928, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data): Page (1:24334) could not be processed. See other errors for details. Msg 8965, Level 16, State 1, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data). The off-row data node at page (1:24334), slot 0, text ID 1606811648 is referenced by page (1:24331), slot 0, but was not seen in the scan. Msg 8928, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data): Page (1:24462) could not be processed. See other errors for details. Msg 8939, Level 16, State 98, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data), page (1:24462). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 29362185 and -1. Msg 8965, Level 16, State 1, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data). The off-row data node at page (1:24462), slot 0, text ID 1607073792 is referenced by page (1:24429), slot 0, but was not seen in the scan. Msg 8928, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data): Page (1:24589) could not be processed. See other errors for details. Msg 8965, Level 16, State 1, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data). The off-row data node at page (1:24589), slot 0, text ID 1607204864 is referenced by page (1:24591), slot 0, but was not seen in the scan. Msg 8928, Level 16, State 1, Line 1 Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data): Page (1:26483) could not be processed. See other errors for details. Msg 8965, Level 16, State 1, Line 1 Table error: Object ID 1993058136, index ID 1, partition ID 412092034711552, alloc unit ID 71906736119218176 (type LOB data). The off-row data node at page (1:26483), slot 0, text ID 1608908800 is referenced by page (1:26470), slot 0, but was not seen in the scan. CHECKDB found 0 allocation errors and 16 consistency errors in table 'Docs' (object ID 1993058136). CHECKDB found 0 allocation errors and 24 consistency errors in database 'MyDB'. repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (MyDB).
I am running SQL Server 2005 (SP2). Recently, DBCC CHECK TABLE reported an error on one of the tables:
... Table error: Object ID 69575286, index ID 1, partition ID 72057594191216640, alloc unit ID 72057594202161152 (type In-row data). Keys out of order on page (1:261791), slots 8 and 9. Msg 8986, Level 16, State 1, Line 1 Too many errors found (201) for object ID 69575286. To see all error messages rerun the statement using "WITH ALL_ERRORMSGS". There are 142506 rows in 6583 pages for object "AllLinks". CHECKTABLE found 0 allocation errors and 1141 consistency errors in table 'AllLinks' (object ID 69575286). repair_rebuild is the minimum repair level for the errors found by DBCC CHECKTABLE (STS_Content_TFS.dbo.AllLinks). DBCC execution completed. If DBCC printed error messages, contact your system administrator.
The interesting thing is that I can query entire table without problems. I managed to pull all data into new table and recreate all indexes. My undertanding is that Index ID 1 is a clustered index. It looks to me this error is not very critical although repair_rebuild is advised.
Any thoughts on this matter is greately appreciated.
Hi,When I use dbcc shrinkfile to shrink LOG file, following error occurs:DBCC SHRINKFILE(2)---------------------------------------------------------------------------------------Cannot shrink log file 2 (myDB_log) because all logical log files are inuse.(1 row(s) affected)I have only one transaction log file in my Database, who can tell me what'tthe matter?If my current log file is in use, how can I find who is using it and stopusing then do the shrink operation?Thanks.Scarab
SQL 2005 I ran the following: DBCC CHECKDB (DATABASENAME) Errors are produced DBCC CHECKDB ('DATABASENAME')
DBCC results for 'AllDocStreams'. Msg 8914, Level 16, State 1, Line 1 Incorrect PFS free space information for page (1:26839) in object ID 181575685, index ID 1, partition ID 293374720802816, alloc unit ID 71788018805309440 (type LOB data). Expected value 0_PCT_FULL, actual value 100_PCT_FULL.
I wanted to view the PAGE by doing
dbcc traceon(3604)
DBCC PAGE (1,26839,1) (But keeps telling me there is no page)
So i tried DBCC IND('TEST','AllDocStreams',1) Found the PagePID of 26839 then i found IAMFID so i tried
DBCC PAGE (1,1577,3) still no page
I was trying to find the PCT FULL on the page? but can't find the page its talking about.
I can do a REPAIR_WITH_DATA_LOSS but i wanted to figure out what it is actually repairing and what the message is really telling me
Does any one know how to resolve DBCC errors 9000 to 9999? The BOL does not give any explaination as to how to handle such errors. Microsoft search engine also does not offer any help on these error messags.
Recently, I've started to get DBCC Checkdb errors against a few databases - seems to be since applying sp3a.
The error (2537) affects certain tables that contain SQL_Variant fields. I just completed an exercise to run DBCC CHECKDB ('dbname', REPAIR_ALLOW_DATA_LOSS) against a copy of the offending table - then comparing the original table and the repaired table to isolate the rows that throw up the consistency errors. What I found was that all the rows trapped by DBCC CHECKDB for error 2537 contain real numbers in the SQL_Variant field. All other rows with text or integer contents in the SQL_Variant field do not throw up errors.
I tried a MS hotfix for error 2537 but it didn't fix the problem. Any ideas?
I have a database that is being restored to another instance of SQL server 2000 sp4 by attatching the mdf and ldf files. I then run EXEC sp_change_users_login to sync the users. When I try to run some delete commands on the new restored database I get 'Fatal error 8908'
I then run a DBCC CHECKDB on the database and told to run it again with REPAIR_ALLOW_DATA_LOSS
I have noticed that when I create a new databse and restore a .bak over this the delete commands work.
Am I correct in thinking that I can get rid of the corruption on the original database by creating a new database then restoring a valid .bak backup on this new database.
Hi all, Here is my DBCC CHECKDB output. I keep REPAIRing the problem and it keeps coming back. I would love to get rid of the objectID in question, but do not know how, or if that would fix the problem. This is running on a MSDE 2000 SP3a. It is also only the "Events" Table that seems to be affected.
Server: Msg 2511, Level 16, State 1, Line 1 Table error: Object ID 562101043, Index ID 2. Keys out of order on page (1:67702), slots 174 and 175. Server: Msg 2511, Level 16, State 1, Line 1 Table error: Object ID 562101043, Index ID 2. Keys out of order on page (1:67875), slots 246 and 247. DBCC results for 'AccessControl'. DBCC results for 'sysobjects'. There are 1130 rows in 20 pages for object 'sysobjects'. DBCC results for 'sysindexes'. There are 1397 rows in 55 pages for object 'sysindexes'. DBCC results for 'syscolumns'. There are 3047 rows in 47 pages for object 'syscolumns'. DBCC results for 'systypes'. There are 26 rows in 1 pages for object 'systypes'. DBCC results for 'syscomments'. There are 572 rows in 52 pages for object 'syscomments'. DBCC results for 'sysfiles1'. There are 2 rows in 1 pages for object 'sysfiles1'. DBCC results for 'syspermissions'. There are 51 rows in 1 pages for object 'syspermissions'. DBCC results for 'sysusers'. There are 13 rows in 1 pages for object 'sysusers'. DBCC results for 'sysproperties'. There are 0 rows in 0 pages for object 'sysproperties'. DBCC results for 'sysdepends'. There are 1017 rows in 6 pages for object 'sysdepends'. DBCC results for 'sysreferences'. There are 13 rows in 1 pages for object 'sysreferences'. DBCC results for 'sysfulltextcatalogs'. There are 0 rows in 0 pages for object 'sysfulltextcatalogs'. DBCC results for 'sysfulltextnotify'. There are 0 rows in 0 pages for object 'sysfulltextnotify'. DBCC results for 'sysfilegroups'. There are 1 rows in 1 pages for object 'sysfilegroups'. DBCC results for 'GLOBAL_IO_LINKAGE'. There are 0 rows in 0 pages for object 'GLOBAL_IO_LINKAGE'. DBCC results for 'PANEL_USER_GROUP'. There are 0 rows in 0 pages for object 'PANEL_USER_GROUP'. DBCC results for 'PRECACGRP'. There are 0 rows in 0 pages for object 'PRECACGRP'. DBCC results for 'GLOBAL_IO_OUTPUT_ACTION'. There are 0 rows in 0 pages for object 'GLOBAL_IO_OUTPUT_ACTION'. DBCC results for 'PANEL_USER'. There are 0 rows in 0 pages for object 'PANEL_USER'. DBCC results for 'USERS_ACCESSLEVEL_LINK'. There are 0 rows in 0 pages for object 'USERS_ACCESSLEVEL_LINK'. DBCC results for 'PRECGRPLINK'. There are 0 rows in 0 pages for object 'PRECGRPLINK'. DBCC results for 'EMP_SEGMENT_LINK'. There are 0 rows in 0 pages for object 'EMP_SEGMENT_LINK'. DBCC results for 'KNOWHO_SERVER'. There are 0 rows in 0 pages for object 'KNOWHO_SERVER'. DBCC results for 'ASSET_MMOBJS'. There are 0 rows in 0 pages for object 'ASSET_MMOBJS'. DBCC results for 'GOS_MESSAGE'. There are 1 rows in 1 pages for object 'GOS_MESSAGE'. DBCC results for 'QUEUED_EVENTS'. There are 0 rows in 1 pages for object 'QUEUED_EVENTS'. DBCC results for 'DDTBL'. There are 23 rows in 1 pages for object 'DDTBL'. DBCC results for 'ACCESSLVL_ASSIGNABLE_SEGMENT'. There are 0 rows in 0 pages for object 'ACCESSLVL_ASSIGNABLE_SEGMENT'. DBCC results for 'PERSON_DATA_SOURCE'. There are 6 rows in 1 pages for object 'PERSON_DATA_SOURCE'. DBCC results for 'IE_BADGE_ACC'. There are 0 rows in 0 pages for object 'IE_BADGE_ACC'. DBCC results for 'DEPT'. There are 1 rows in 1 pages for object 'DEPT'. DBCC results for 'USER_PERM_REPORT_GROUP_MEMBER'. There are 0 rows in 0 pages for object 'USER_PERM_REPORT_GROUP_MEMBER'. DBCC results for 'DEVICE_GROUP'. There are 3 rows in 1 pages for object 'DEVICE_GROUP'. DBCC results for 'BADGE_AREA_LOCATION_REPL'. There are 0 rows in 0 pages for object 'BADGE_AREA_LOCATION_REPL'. DBCC results for 'ACCTRANS_RESTORED'. There are 2478 rows in 47 pages for object 'ACCTRANS_RESTORED'. DBCC results for 'LNL_CERTIFICATE'. There are 0 rows in 0 pages for object 'LNL_CERTIFICATE'. DBCC results for 'TRANSMITTER'. There are 0 rows in 0 pages for object 'TRANSMITTER'. DBCC results for 'DEVICE_GROUP_LINK'. There are 186 rows in 1 pages for object 'DEVICE_GROUP_LINK'. DBCC results for 'ALARM_ACK_ACTION'. There are 0 rows in 0 pages for object 'ALARM_ACK_ACTION'. DBCC results for 'ACCTRANS_REPL'. There are 0 rows in 0 pages for object 'ACCTRANS_REPL'. DBCC results for 'CERTIFICATE_AUTHORITY'. There are 0 rows in 0 pages for object 'CERTIFICATE_AUTHORITY'. DBCC results for 'ACCTRANS'. There are 22500 rows in 435 pages for object 'ACCTRANS'. DBCC results for 'DIALUP'. There are 0 rows in 0 pages for object 'DIALUP'. DBCC results for 'ICONTYPE_COMMAND'. There are 3 rows in 1 pages for object 'ICONTYPE_COMMAND'. DBCC results for 'CARDHOLDER_ACCOUNT'. There are 0 rows in 0 pages for object 'CARDHOLDER_ACCOUNT'. DBCC results for 'ACCESSLVL_EXTENDED'. There are 0 rows in 0 pages for object 'ACCESSLVL_EXTENDED'. DBCC results for 'RDR_CARDFORMATS'. There are 0 rows in 0 pages for object 'RDR_CARDFORMATS'. DBCC results for 'DIVISION'. There are 1 rows in 1 pages for object 'DIVISION'. DBCC results for 'MOBILE_VERIFY_GATE'. There are 0 rows in 0 pages for object 'MOBILE_VERIFY_GATE'. DBCC results for 'DOWNLOADDB'. There are 0 rows in 0 pages for object 'DOWNLOADDB'. DBCC results for 'ACCGPLINK'. There are 0 rows in 0 pages for object 'ACCGPLINK'. DBCC results for 'ARCHIVE_SERVER'. There are 1 rows in 1 pages for object 'ARCHIVE_SERVER'. DBCC results for 'RDTZCTLIST'. There are 0 rows in 0 pages for object 'RDTZCTLIST'. DBCC results for 'ELEVATORHW'. There are 0 rows in 0 pages for object 'ELEVATORHW'. DBCC results for 'ACCLVLINK'. There are 0 rows in 0 pages for object 'ACCLVLINK'. DBCC results for 'ARCHIVE_SERVER_LOCATION'. There are 1 rows in 1 pages for object 'ARCHIVE_SERVER_LOCATION'. DBCC results for 'BDG2TRN'. There are 0 rows in 0 pages for object 'BDG2TRN'. DBCC results for 'READER'. There are 0 rows in 0 pages for object 'READER'. DBCC results for 'MOBILE_VERIFY_GATE_RDR_LINK'. There are 0 rows in 0 pages for object 'MOBILE_VERIFY_GATE_RDR_LINK'. DBCC results for 'TRANSMITTER_INPUT'. There are 0 rows in 0 pages for object 'TRANSMITTER_INPUT'. DBCC results for 'EVENT'. There are 1249 rows in 11 pages for object 'EVENT'. DBCC results for 'USER_OPTIONS'. There are 5 rows in 1 pages for object 'USER_OPTIONS'. DBCC results for 'NV_FIRMWARE_DOWNLOAD_ACTION'. There are 0 rows in 0 pages for object 'NV_FIRMWARE_DOWNLOAD_ACTION'. DBCC results for 'READER_ENTRANCE'. There are 0 rows in 0 pages for object 'READER_ENTRANCE'. DBCC results for 'TRANSMITTER_LINK'. There are 0 rows in 0 pages for object 'TRANSMITTER_LINK'. DBCC results for 'EA_DIAGNOSTIC_CFG'. There are 0 rows in 0 pages for object 'EA_DIAGNOSTIC_CFG'. DBCC results for 'NV_FIRMWARE_DOWNLOAD_DEVICE'. There are 0 rows in 0 pages for object 'NV_FIRMWARE_DOWNLOAD_DEVICE'. DBCC results for 'READER_ENTRANCE_LOITERING'. There are 0 rows in 0 pages for object 'READER_ENTRANCE_LOITERING'. DBCC results for 'RELAYOUTPT'. There are 0 rows in 0 pages for object 'RELAYOUTPT'. DBCC results for 'EVENT_GIOFUNCLISTLINK'. There are 0 rows in 0 pages for object 'EVENT_GIOFUNCLISTLINK'. DBCC results for 'ACISLOG'. There are 8 rows in 1 pages for object 'ACISLOG'. DBCC results for 'VISIT_TYPE'. There are 1 rows in 1 pages for object 'VISIT_TYPE'. DBCC results for 'BADGE_EXPECTED_PASSAGE'. There are 0 rows in 0 pages for object 'BADGE_EXPECTED_PASSAGE'. DBCC results for 'ALARM'. There are 1249 rows in 18 pages for object 'ALARM'. DBCC results for 'EA_RESULTCOL_CFG'. There are 1 rows in 1 pages for object 'EA_RESULTCOL_CFG'. DBCC results for 'REPORTCFG'. There are 126 rows in 5 pages for object 'REPORTCFG'. DBCC results for 'EVENTGRP'. There are 1 rows in 1 pages for object 'EVENTGRP'. DBCC results for 'VISIT_RESTORED'. There are 0 rows in 0 pages for object 'VISIT_RESTORED'. DBCC results for 'SNMP_MIB_DATA'. There are 0 rows in 0 pages for object 'SNMP_MIB_DATA'. DBCC results for 'ALARMINPUT'. There are 48 rows in 2 pages for object 'ALARMINPUT'. DBCC results for 'EA_RESULTCOL_DDFLD_LINK'. There are 5 rows in 1 pages for object 'EA_RESULTCOL_DDFLD_LINK'. DBCC results for 'RESISTOR'. There are 0 rows in 0 pages for object 'RESISTOR'. DBCC results for 'EVENTGRPLNK'. There are 316 rows in 2 pages for object 'EVENTGRPLNK'. DBCC results for 'GOS_EA_ALERT'. There are 0 rows in 0 pages for object 'GOS_EA_ALERT'. DBCC results for 'EVENTS_VIDEO_RESTORED'. There are 0 rows in 0 pages for object 'EVENTS_VIDEO_RESTORED'. DBCC results for 'SNMP_AGENT'. There are 0 rows in 0 pages for object 'SNMP_AGENT'. DBCC results for 'ALARMMASKGROUP'. There are 0 rows in 0 pages for object 'ALARMMASKGROUP'. DBCC results for 'USER_LNL_DB_LINK'. There are 0 rows in 0 pages for object 'USER_LNL_DB_LINK'. DBCC results for 'SAVEDEVENTS'. There are 2611 rows in 41 pages for object 'SAVEDEVENTS'. DBCC results for 'EVENT_PARAM'. There are 340 rows in 4 pages for object 'EVENT_PARAM'. DBCC results for 'ACTION_REPLICATOR'. There are 0 rows in 0 pages for object 'ACTION_REPLICATOR'. DBCC results for 'OPC_SOURCE'. There are 0 rows in 0 pages for object 'OPC_SOURCE'. DBCC results for 'ALARMMASKGROUPLINK'. There are 0 rows in 0 pages for object 'ALARMMASKGROUPLINK'. DBCC results for 'AUTO_TOUR_ACTION'. There are 0 rows in 0 pages for object 'AUTO_TOUR_ACTION'. DBCC results for 'VERSIT'. There are 29 rows in 1 pages for object 'VERSIT'. DBCC results for 'EVENT_TO_EVENT_PARAM_LINK'. There are 936 rows in 3 pages for object 'EVENT_TO_EVENT_PARAM_LINK'. DBCC results for 'USER_PTZ_PRIORITY'. There are 4 rows in 1 pages for object 'USER_PTZ_PRIORITY'. DBCC results for 'GSC'. There are 46 rows in 1 pages for object 'GSC'. DBCC results for 'ALARMPANEL'. There are 4 rows in 1 pages for object 'ALARMPANEL'. DBCC results for 'AUTO_TOUR_MONSTATION_LINK'. There are 0 rows in 0 pages for object 'AUTO_TOUR_MONSTATION_LINK'. DBCC results for 'ASSET_CLASS'. There are 0 rows in 0 pages for object 'ASSET_CLASS'. DBCC results for 'EVENTS'. There are 3692794 rows in 53947 pages for object 'EVENTS'. CHECKDB found 0 allocation errors and 2 consistency errors in table 'EVENTS' (object ID 562101043). DBCC results for 'LNL_DIRECTORY'. There are 1 rows in 1 pages for object 'LNL_DIRECTORY'. DBCC results for 'SWEVENT_GUARANTEE'. There are 0 rows in 0 pages for object 'SWEVENT_GUARANTEE'. DBCC results for 'DMV'. There are 29 rows in 1 pages for object 'DMV'. DBCC results for 'ASSET_GROUP_ASSET_CLASS_LINK'. There are 0 rows in 0 pages for object 'ASSET_GROUP_ASSET_CLASS_LINK'. DBCC results for 'PTZ_PRIORITY_LOCK'. There are 0 rows in 0 pages for object 'PTZ_PRIORITY_LOCK'. DBCC results for 'ALARMPANELLINKS'. There are 0 rows in 0 pages for object 'ALARMPANELLINKS'. DBCC results for 'IVCHANNELCONFIG'. There are 0 rows in 0 pages for object 'IVCHANNELCONFIG'. DBCC results for 'EVENTS_GUARANTEE'. There are 0 rows in 0 pages for object 'EVENTS_GUARANTEE'. DBCC results for 'CAC'. There are 41 rows in 1 pages for object 'CAC'. DBCC results for 'ASSET_ASSET_CLASS_LINK'. There are 0 rows in 0 pages for object 'ASSET_ASSET_CLASS_LINK'. DBCC results for 'SEGMENT_GROUP_MEMBER'. There are 0 rows in 0 pages for object 'SEGMENT_GROUP_MEMBER'. DBCC results for 'ALARMSACK'. There are 30309 rows in 239 pages for object 'ALARMSACK'. DBCC results for 'EVENTS_GUARANTEE_DONE'. There are 0 rows in 0 pages for object 'EVENTS_GUARANTEE_DONE'. DBCC results for 'CISCO_AIC_DEVICE'. There are 0 rows in 0 pages for object 'CISCO_AIC_DEVICE'. DBCC results for 'CAMERA_PRESET_TOUR'. There are 0 rows in 0 pages for object 'CAMERA_PRESET_TOUR'. DBCC results for 'CHASSIS'. There are 3 rows in 1 pages for object 'CHASSIS'. DBCC results for 'STAZONLINK'. There are 4 rows in 1 pages for object 'STAZONLINK'. DBCC results for 'EVENTS_LASTSERIALNUM'. There are 44 rows in 1 pages for object 'EVENTS_LASTSERIALNUM'. DBCC results for 'ALARMSACK_RESTORED'. There are 0 rows in 0 pages for object 'ALARMSACK_RESTORED'. DBCC results for 'USER_ACCOUNT'. There are 23 rows in 4 pages for object 'USER_ACCOUNT'. DBCC results for 'TWO_MAN_TYPE'. There are 3 rows in 1 pages for object 'TWO_MAN_TYPE'. DBCC results for 'PURGE_HISTORYLOGS_ACTION'. There are 0 rows in 0 pages for object 'PURGE_HISTORYLOGS_ACTION'. DBCC results for 'CAMERA_PRESET_COMMAND'. There are 0 rows in 0 pages for object 'CAMERA_PRESET_COMMAND'. DBCC results for 'LOCKSET_MEMORY'. There are 1 rows in 1 pages for object 'LOCKSET_MEMORY'. DBCC results for 'SYSTEMCARDS'. There are 1 rows in 1 pages for object 'SYSTEMCARDS'. DBCC results for 'EVENTS_RESTORED'. There are 0 rows in 0 pages for object 'EVENTS_RESTORED'. DBCC results for 'ARCHIVE_CONFIG'. There are 6 rows in 1 pages for object 'ARCHIVE_CONFIG'. DBCC results for 'SINGLE_DEVICE_ACTION'. There are 0 rows in 0 pages for object 'SINGLE_DEVICE_ACTION'. DBCC results for 'SWEVENT_GUARANTEE_DONE'. There are 0 rows in 0 pages for object 'SWEVENT_GUARANTEE_DONE'. DBCC results for 'PROCESSORTYPE'. There are 3 rows in 1 pages for object 'PROCESSORTYPE'. DBCC results for 'HWTRANS_REPL'. There are 0 rows in 0 pages for object 'HWTRANS_REPL'. DBCC results for 'IVPROCESSORS_IN_USE'. There are 1 rows in 1 pages for object 'IVPROCESSORS_IN_USE'. DBCC results for 'ARCHIVE_DETAIL'. There are 29 rows in 1 pages for object 'ARCHIVE_DETAIL'. DBCC results for 'DEVICE_GROUP_ACTION'. There are 0 rows in 0 pages for object 'DEVICE_GROUP_ACTION'. DBCC results for 'EVENTCRITERIA'. There are 0 rows in 0 pages for object 'EVENTCRITERIA'. DBCC results for 'WORLDTZ_BAK'. There are 62 rows in 2 pages for object 'WORLDTZ_BAK'. DBCC results for 'AREAAPB'. There are 1 rows in 1 pages for object 'AREAAPB'. DBCC results for 'MUSTER_INITIATION_ACTION'. There are 0 rows in 0 pages for object 'MUSTER_INITIATION_ACTION'. DBCC results for 'TEXT_BASED_EVENTS'. There are 0 rows in 0 pages for object 'TEXT_BASED_EVENTS'. DBCC results for 'EVENTS_REPL'. There are 0 rows in 0 pages for object 'EVENTS_REPL'. DBCC results for 'SUPPORTED_BIOMETRIC_TYPES'. There are 0 rows in 0 pages for object 'SUPPORTED_BIOMETRIC_TYPES'. DBCC results for 'TEXTOBJ'. There are 1249 rows in 13 pages for object 'TEXTOBJ'. DBCC results for 'EVENTYPE'. There are 27 rows in 1 pages for object 'EVENTYPE'. DBCC results for 'ASSET_TYPE'. There are 1 rows in 1 pages for object 'ASSET_TYPE'. DBCC results for 'AREATZCTLIST'. There are 0 rows in 0 pages for object 'AREATZCTLIST'. DBCC results for 'SWEVENT'. There are 0 rows in 0 pages for object 'SWEVENT'. DBCC results for 'TIMEZONE'. There are 5 rows in 1 pages for object 'TIMEZONE'. DBCC results for 'EVTALMLINK'. There are 1249 rows in 6 pages for object 'EVTALMLINK'. DBCC results for 'ASSET_SUBTYPE'. There are 1 rows in 1 pages for object 'ASSET_SUBTYPE'. DBCC results for 'POS_REGISTER'. There are 0 rows in 0 pages for object 'POS_REGISTER'. DBCC results for 'MU_ALARM_MASK_GROUP_ACTION'. There are 0 rows in 0 pages for object 'MU_ALARM_MASK_GROUP_ACTION'. DBCC results for 'TITLE'. There are 1 rows in 1 pages for object 'TITLE'. DBCC results for 'ASSET_LASTLOCATION'. There are 0 rows in 0 pages for object 'ASSET_LASTLOCATION'. DBCC results for 'REPL_SCHEDULE'. There are 0 rows in 0 pages for object 'REPL_SCHEDULE'. DBCC results for 'TRANSLOG'. There are 0 rows in 0 pages for object 'TRANSLOG'. DBCC results for 'VISITOR_SIGNOUT_ACTION'. There are 0 rows in 0 pages for object 'VISITOR_SIGNOUT_ACTION'. DBCC results for 'ARCHIVE_PURGE_DATABASE_ACTION'. There are 1 rows in 1 pages for object 'ARCHIVE_PURGE_DATABASE_ACTION'. DBCC results for 'TZINTERVAL'. There are 6 rows in 1 pages for object 'TZINTERVAL'. DBCC results for 'FAILEDRPC'. There are 0 rows in 1 pages for object 'FAILEDRPC'. DBCC results for 'ASSET_GROUP'. There are 1 rows in 1 pages for object 'ASSET_GROUP'. DBCC results for 'CONTINUOUS_VIDEO'. There are 0 rows in 0 pages for object 'CONTINUOUS_VIDEO'. DBCC results for 'DEACTIVATE_BADGE_ACTION'. There are 0 rows in 0 pages for object 'DEACTIVATE_BADGE_ACTION'. DBCC results for 'INTERCOM_CALL_ACTION'. There are 0 rows in 0 pages for object 'INTERCOM_CALL_ACTION'. DBCC results for 'UDFEMP'. There are 1 rows in 1 pages for object 'UDFEMP'. DBCC results for 'EMP'. There are 1 rows in 1 pages for object 'EMP'. DBCC results for 'FLOORLINK'. There are 128 rows in 1 pages for object 'FLOORLINK'. DBCC results for 'CHANGE_PASSWORD_ACTION'. There are 0 rows in 0 pages for object 'CHANGE_PASSWORD_ACTION'. DBCC results for 'ISC_DATABASE_DOWNLOAD_ACTION'. There are 0 rows in 0 pages for object 'ISC_DATABASE_DOWNLOAD_ACTION'. DBCC results for 'LNL_RELATION'. There are 11 rows in 1 pages for object 'LNL_RELATION'. DBCC results for 'UDFOBJS'. There are 202 rows in 7 pages for object 'UDFOBJS'. DBCC results for 'NET_DOMAIN'. There are 0 rows in 0 pages for object 'NET_DOMAIN'. DBCC results for 'FLOORLIST'. There are 3 rows in 1 pages for object 'FLOORLIST'. DBCC results for 'CHANGE_PASSWORD_DEVICE'. There are 0 rows in 0 pages for object 'CHANGE_PASSWORD_DEVICE'. DBCC results for 'CARD_PRINTER_TYPE'. There are 8 rows in 1 pages for object 'CARD_PRINTER_TYPE'. DBCC results for 'ISC_DATABASE_DOWNLOAD_PANEL'. There are 0 rows in 0 pages for object 'ISC_DATABASE_DOWNLOAD_PANEL'. DBCC results for 'IVAPPLICATION'. There are 0 rows in 0 pages for object 'IVAPPLICATION'. DBCC results for 'NET_EMP_SID'. There are 0 rows in 0 pages for object 'NET_EMP_SID'. DBCC results for 'GIOFUNCLIST'. There are 0 rows in 0 pages for object 'GIOFUNCLIST'. DBCC results for 'TEXT_LIBRARY'. There are 0 rows in 0 pages for object 'TEXT_LIBRARY'. DBCC results for 'SEGMENT'. There are 1 rows in 1 pages for object 'SEGMENT'. DBCC results for 'ISC_FIRMWARE_DOWNLOAD_ACTION'. There are 0 rows in 0 pages for object 'ISC_FIRMWARE_DOWNLOAD_ACTION'. DBCC results for 'ENCODER'. There are 0 rows in 0 pages for object 'ENCODER'. DBCC results for 'GIOFUNCLISTLINK'. There are 0 rows in 0 pages for object 'GIOFUNCLISTLINK'. DBCC results for 'IVAPPLICATIONTYPE'. There are 0 rows in 0 pages for object 'IVAPPLICATIONTYPE'. DBCC results for 'CCTVDEVICE_FAILOVER'. There are 0 rows in 0 pages for object 'CCTVDEVICE_FAILOVER'. DBCC results for 'HOLIDAYS'. There are 1 rows in 1 pages for object 'HOLIDAYS'. DBCC results for 'ISC_FIRMWARE_DOWNLOAD_PANEL'. There are 0 rows in 0 pages for object 'ISC_FIRMWARE_DOWNLOAD_PANEL'. DBCC results for 'IVAPP_CRITERIA_LOCK'. There are 0 rows in 0 pages for object 'IVAPP_CRITERIA_LOCK'. DBCC results for 'UDFPAGES'. There are 2 rows in 1 pages for object 'UDFPAGES'. DBCC results for 'USER_PERM_DEVICE_GROUP_LINK'. There are 0 rows in 0 pages for object 'USER_PERM_DEVICE_GROUP_LINK'. DBCC results for 'PTZ_SERVER_TYPE'. There are 5 rows in 1 pages for object 'PTZ_SERVER_TYPE'. DBCC results for 'HOLIDAY_TYPE'. There are 8 rows in 1 pages for object 'HOLIDAY_TYPE'. DBCC results for 'RESET_GLOBAL_APB_ACTION'. There are 0 rows in 0 pages for object 'RESET_GLOBAL_APB_ACTION'. DBCC results for 'PANEL_SELECTIVE_DOWNLOAD'. There are 0 rows in 0 pages for object 'PANEL_SELECTIVE_DOWNLOAD'. DBCC results for 'USER_PERM'. There are 12 rows in 1 pages for object 'USER_PERM'. DBCC results for 'ACCTRANS_OPERATION'. There are 60 rows in 1 pages for object 'ACCTRANS_OPERATION'. DBCC results for 'BADGETYPE_CARDFORMAT_LINK'. There are 0 rows in 0 pages for object 'BADGETYPE_CARDFORMAT_LINK'. DBCC results for 'AIMS'. There are 0 rows in 0 pages for object 'AIMS'. DBCC results for 'HOLIDAY_LNK'. There are 1 rows in 1 pages for object 'HOLIDAY_LNK'. DBCC results for 'RESET_GLOBAL_APB_SEGMENT'. There are 0 rows in 0 pages for object 'RESET_GLOBAL_APB_SEGMENT'. DBCC results for 'ACCTRANS_OBJECT'. There are 128 rows in 1 pages for object 'ACCTRANS_OBJECT'. DBCC results for 'USER_PERM_UDF'. There are 2 rows in 1 pages for object 'USER_PERM_UDF'. DBCC results for 'IDS_ALLOCATED'. There are 0 rows in 0 pages for object 'IDS_ALLOCATED'. DBCC results for 'REPORT_PRINT_ACTION'. There are 0 rows in 0 pages for object 'REPORT_PRINT_ACTION'. DBCC results for 'BADGE_ENCODING'. There are 0 rows in 0 pages for object 'BADGE_ENCODING'. DBCC results for 'LASTLOCATION_REPL'. There are 0 rows in 0 pages for object 'LASTLOCATION_REPL'. DBCC results for 'USER_PERM_UDF_FIELDS'. There are 161 rows in 2 pages for object 'USER_PERM_UDF_FIELDS'. DBCC results for 'IE_ACISFLDS'. There are 0 rows in 0 pages for object 'IE_ACISFLDS'. DBCC results for 'CONTINUOUS_VIDEO_RESTORED'. There are 0 rows in 0 pages for object 'CONTINUOUS_VIDEO_RESTORED'. DBCC results for 'DESERVERHOST'. There are 0 rows in 0 pages for object 'DESERVERHOST'. DBCC results for 'USER_PERM_UDF_PAGES'. There are 2 rows in 1 pages for object 'USER_PERM_UDF_PAGES'. DBCC results for 'IE_ACISINI'. There are 0 rows in 0 pages for object 'IE_ACISINI'. DBCC results for 'LASTLOCATION_REPL_STAGE'. There are 0 rows in 0 pages for object 'LASTLOCATION_REPL_STAGE'. DBCC results for 'CCTVDEVICE_IO'. There are 0 rows in 0 pages for object 'CCTVDEVICE_IO'. DBCC results for 'IE_RELATION'. There are 0 rows in 0 pages for object 'IE_RELATION'. DBCC results for 'ASSET'. There are 0 rows in 0 pages for object 'ASSET'. DBCC results for 'DE_ACTION'. There are 0 rows in 0 pages for object 'DE_ACTION'. DBCC results for 'ACCOUNT'. There are 0 rows in 0 pages for object 'ACCOUNT'. DBCC results for 'USER_PERM_REPORT_GROUP'. There are 0 rows in 0 pages for object 'USER_PERM_REPORT_GROUP'. DBCC results for 'INTERCOM_STATION'. There are 0 rows in 0 pages for object 'INTERCOM_STATION'. DBCC results for 'LNL_DEFAULT'. There are 0 rows in 0 pages for object 'LNL_DEFAULT'. DBCC results for 'DE_CONDITION'. There are 0 rows in 0 pages for object 'DE_CONDITION'. DBCC results for 'USERS'. There are 24 rows in 1 pages for object 'USERS'. DBCC results for 'DE_CONFIGURATION'. There are 0 rows in 0 pages for object 'DE_CONFIGURATION'. DBCC results for 'ACCOUNT_ZONE'. There are 0 rows in 0 pages for object 'ACCOUNT_ZONE'. DBCC results for 'LASTLOCATION'. There are 0 rows in 0 pages for object 'LASTLOCATION'. DBCC results for 'ASSET_ASSIGNMENT'. There are 0 rows in 0 pages for object 'ASSET_ASSIGNMENT'. DBCC results for 'ACCOUNT_AREA'. There are 0 rows in 0 pages for object 'ACCOUNT_AREA'. DBCC results for 'LOGON_AUTH'. There are 1 rows in 1 pages for object 'LOGON_AUTH'. DBCC results for 'USER_SEGMENT_LINK'. There are 0 rows in 0 pages for object 'USER_SEGMENT_LINK'. DBCC results for 'MONITOR_CCTV_DEVICE_LINK'. There are 0 rows in 0 pages for object 'MONITOR_CCTV_DEVICE_LINK'. DBCC results for 'LAYGRAPH'. There are 6 rows in 1 pages for object 'LAYGRAPH'. DBCC results for 'AUDIO'. There are 0 rows in 0 pages for object 'AUDIO'. DBCC results for 'DE_EXCHANGE_MAP'. There are 0 rows in 0 pages for object 'DE_EXCHANGE_MAP'. DBCC results for 'EVENT_CODE_TEMPLATE'. There are 18 rows in 1 pages for object 'EVENT_CODE_TEMPLATE'. DBCC results for 'VISITOR_UDF'. There are 0 rows in 0 pages for object 'VISITOR_UDF'. DBCC results for 'DE_EXPRESSION'. There are 0 rows in 0 pages for object 'DE_EXPRESSION'. DBCC results for 'LAYOUTS'. There are 1 rows in 1 pages for object 'LAYOUTS'. DBCC results for 'BADGE'. There are 1 rows in 1 pages for object 'BADGE'. DBCC results for 'DE_IO_DEFINITION'. There are 0 rows in 0 pages for object 'DE_IO_DEFINITION'. DBCC results for 'BADGE_USES_LEFT_PER_PANEL'. There are 0 rows in 0 pages for object 'BADGE_USES_LEFT_PER_PANEL'. DBCC results for 'EVENT_CODE_MAP'. There are 1284 rows in 6 pages for object 'EVENT_CODE_MAP'. DBCC results for 'VISIT'. There are 0 rows in 0 pages for object 'VISIT'. DBCC results for 'DE_IO_SET_DEFINITION'. There are 0 rows in 0 pages for object 'DE_IO_SET_DEFINITION'. DBCC results for 'LINEPRINTER_COLUMN'. There are 0 rows in 0 pages for object 'LINEPRINTER_COLUMN'. DBCC results for 'DE_IO_SET_LINK'. There are 0 rows in 0 pages for object 'DE_IO_SET_LINK'. DBCC results for 'TOUR'. There are 0 rows in 0 pages for object 'TOUR'. DBCC results for 'WORLDTZ'. There are 85 rows in 2 pages for object 'WORLDTZ'. DBCC results for 'DE_IO_SET_UNIT'. There are 0 rows in 0 pages for object 'DE_IO_SET_UNIT'. DBCC results for 'LINEPRINTER_LAYOUT'. There are 0 rows in 0 pages for object 'LINEPRINTER_LAYOUT'. DBCC results for 'TOUR_CHECKPOINT'. There are 0 rows in 0 pages for object 'TOUR_CHECKPOINT'. DBCC results for 'WRKLAYLNK'. There are 0 rows in 0 pages for object 'WRKLAYLNK'. DBCC results for 'DE_LOOKUP_PARAM'. There are 0 rows in 0 pages for object 'DE_LOOKUP_PARAM'. DBCC results for 'LINKAGESERVERHOST'. There are 1 rows in 1 pages for object 'LINKAGESERVERHOST'. DBCC results for 'LINXPROCCMDS'. There are 0 rows in 0 pages for object 'LINXPROCCMDS'. DBCC results for 'TOUR_CHECKPOINT_ACTION'. There are 0 rows in 0 pages for object 'TOUR_CHECKPOINT_ACTION'. DBCC results for 'DE_OPERATION'. There are 0 rows in 0 pages for object 'DE_OPERATION'. DBCC results for 'LNR_SOURCE_CAPS'. There are 0 rows in 0 pages for object 'LNR_SOURCE_CAPS'. DBCC results for 'GOS_DEVICE'. There are 1 rows in 1 pages for object 'GOS_DEVICE'. DBCC results for 'LNLCONFIG'. There are 18 rows in 2 pages for object 'LNLCONFIG'. DBCC results for 'BADGELINK'. There are 0 rows in 0 pages for object 'BADGELINK'. DBCC results for 'TOUR_CHECKPOINT_MESSAGE'. There are 0 rows in 0 pages for object 'TOUR_CHECKPOINT_MESSAGE'. DBCC results for 'FIRE_DEVICES'. There are 0 rows in 0 pages for object 'FIRE_DEVICES'. DBCC results for 'LNL_DB'. There are 0 rows in 0 pages for object 'LNL_DB'. DBCC results for 'BADGETYP'. There are 4 rows in 1 pages for object 'BADGETYP'. DBCC results for 'TOUR_MONSTATION'. There are 0 rows in 0 pages for object 'TOUR_MONSTATION'. DBCC results for 'FIRE_DEVICE_INPUTS_OUTPUTS'. There are 0 rows in 0 pages for object 'FIRE_DEVICE_INPUTS_OUTPUTS'. DBCC results for 'GOS_ALARMMESSAGELINK'. There are 1 rows in 1 pages for object 'GOS_ALARMMESSAGELINK'. DBCC results for 'BADGEID_RANGE'. There are 0 rows in 0 pages for object 'BADGEID_RANGE'. DBCC results for 'TOUR_LIST'. There are 0 rows in 0 pages for object 'TOUR_LIST'. DBCC results for 'RESET_USE_LIMIT_ACTION'. There are 0 rows in 0 pages for object 'RESET_USE_LIMIT_ACTION'. DBCC results for 'GOS_RECIPIENT'. There are 0 rows in 1 pages for object 'GOS_RECIPIENT'. DBCC results for 'TOUR_LIST_LINK'. There are 0 rows in 0 pages for object 'TOUR_LIST_LINK'. DBCC results for 'dtproperties'. There are 0 rows in 0 pages for object 'dtproperties'. DBCC results for 'LOCATION'. There are 1 rows in 1 pages for object 'LOCATION'. DBCC results for 'RESET_USE_LIMIT_PANEL'. There are 0 rows in 0 pages for object 'RESET_USE_LIMIT_PANEL'. DBCC results for 'GOS_RECIPIENTADDRESS'. There are 0 rows in 1 pages for object 'GOS_RECIPIENTADDRESS'. DBCC results for 'LPRIORITY'. There are 4 rows in 1 pages for object 'LPRIORITY'. DBCC results for 'TOUR_EMP_TOUR_LIST_LINK'. There are 0 rows in 0 pages for object 'TOUR_EMP_TOUR_LIST_LINK'. DBCC results for 'EOL_TABLE'. There are 4 rows in 1 pages for object 'EOL_TABLE'. DBCC results for 'GOS_MESSAGERECIPIENT'. There are 0 rows in 1 pages for object 'GOS_MESSAGERECIPIENT'. DBCC results for 'MAP'. There are 1 rows in 1 pages for object 'MAP'. DBCC results for 'TOUR_LOG'. There are 0 rows in 0 pages for object 'TOUR_LOG'. DBCC results for 'EOL_TABLE_LINK'. There are 0 rows in 0 pages for object 'EOL_TABLE_LINK'. DBCC results for 'ALARMVIDEOCONFIG'. There are 4 rows in 1 pages for object 'ALARMVIDEOCONFIG'. DBCC results for 'MAPICON'. There are 134 rows in 2 pages for object 'MAPICON'. DBCC results for 'BADGETYPE_SEGMENT_LINK'. There are 0 rows in 0 pages for object 'BADGETYPE_SEGMENT_LINK'. DBCC results for 'INTRUSION_DEVICE'. There are 0 rows in 0 pages for object 'INTRUSION_DEVICE'. DBCC results for 'MAPICONGRP'. There are 43 rows in 1 pages for object 'MAPICONGRP'. DBCC results for 'ACTION_TYPE'. There are 38 rows in 1 pages for object 'ACTION_TYPE'. DBCC results for 'CCTV_DEVICE_LINK'. There are 94 rows in 3 pages for object 'CCTV_DEVICE_LINK'. DBCC results for 'BADGSTAT'. There are 4 rows in 1 pages for object 'BADGSTAT'. DBCC results for 'CAMERATYPE'. There are 37 rows in 1 pages for object 'CAMERATYPE'. DBCC results for 'MAPICONGRP_MEMBER'. There are 143 rows in 1 pages for object 'MAPICONGRP_MEMBER'. DBCC results for 'ACTION'. There are 1 rows in 1 pages for object 'ACTION'. DBCC results for 'CCTVDEVICE'. There are 202 rows in 10 pages for object 'CCTVDEVICE'. DBCC results for 'SERVERCAMERATYPE'. There are 37 rows in 1 pages for object 'SERVERCAMERATYPE'. DBCC results for 'MAPITEM'. There are 48 rows in 1 pages for object 'MAPITEM'. DBCC results for 'ACTION_LOG'. There are 29 rows in 1 pages for object 'ACTION_LOG'. DBCC results for 'BDGPRECLINK'. There are 0 rows in 0 pages for object 'BDGPRECLINK'. DBCC results for 'VISIT_EMAIL_LINK'. There are 0 rows in 0 pages for object 'VISIT_EMAIL_LINK'. DBCC results for 'DEFAULTMAPICON'. There are 56 rows in 1 pages for object 'DEFAULTMAPICON'. DBCC results for 'BDGREQFLDLINK'. There are 0 rows in 0 pages for object 'BDGREQFLDLINK'. DBCC results for 'ACTION_GROUP'. There are 0 rows in 1 pages for object 'ACTION_GROUP'. DBCC results for 'MARKEDVIDEO'. There are 0 rows in 1 pages for object 'MARKEDVIDEO'. DBCC results for 'BUILDING'. There are 1 rows in 1 pages for object 'BUILDING'. DBCC results for 'MMOBJS'. There are 3 rows in 1 pages for object 'MMOBJS'. DBCC results for 'CARDFORMAT'. There are 13 rows in 1 pages for object 'CARDFORMAT'. DBCC results for 'SEGMENT_EMAIL_LINK'. There are 0 rows in 0 pages for object 'SEGMENT_EMAIL_LINK'. DBCC results for 'EXECFUNCLISTACTION'. There are 0 rows in 0 pages for object 'EXECFUNCLISTACTION'. DBCC results for 'ACTION_SCHEDULE'. There are 1 rows in 1 pages for object 'ACTION_SCHEDULE'. DBCC results for 'MMOBJTYPS'. There are 2 rows in 1 pages for object 'MMOBJTYPS'. DBCC results for 'WRKSTATION'. There are 2 rows in 1 pages for object 'WRKSTATION'. DBCC results for 'VISIT_SEARCH'. There are 2 rows in 1 pages for object 'VISIT_SEARCH'. DBCC results for 'EXPECTED_TRANSACTION_TIME'. There are 0 rows in 0 pages for object 'EXPECTED_TRANSACTION_TIME'. DBCC results for 'MOBILE_ID_CONTROL'. There are 10 rows in 1 pages for object 'MOBILE_ID_CONTROL'. DBCC results for 'VISIT_SEARCH_ELEMENT'. There are 58 rows in 1 pages for object 'VISIT_SEARCH_ELEMENT'. DBCC results for 'ARCHIVELOCATION'. There are 2 rows in 1 pages for object 'ARCHIVELOCATION'. DBCC results for 'ACCOUNT_GROUP'. There are 0 rows in 0 pages for object 'ACCOUNT_GROUP'. DBCC results for 'MONDEVLINK'. There are 22 rows in 2 pages for object 'MONDEVLINK'. DBCC results for 'CARDFORMAT_SEGMENT_LINK'. There are 0 rows in 0 pages for object 'CARDFORMAT_SEGMENT_LINK'. DBCC results for 'EVENTS_VIDEO'. There are 39 rows in 1 pages for object 'EVENTS_VIDEO'. DBCC results for 'IPCAMERA_FW_DOWNLOAD_ACTION'. There are 0 rows in 0 pages for object 'IPCAMERA_FW_DOWNLOAD_ACTION'. DBCC results for 'ACCESSGRP'. There are 0 rows in 0 pages for object 'ACCESSGRP'. DBCC results for 'BADGE_AREA_LOCATION'. There are 0 rows in 0 pages for object 'BADGE_AREA_LOCATION'. DBCC results for 'MONSTATION'. There are 14 rows in 1 pages for object 'MONSTATION'. DBCC results for 'CCTVCONTROL'. There are 0 rows in 0 pages for object 'CCTVCONTROL'. DBCC results for 'IPCAMERA_FW_DOWNLOAD_CAMERA'. There are 0 rows in 0 pages for object 'IPCAMERA_FW_DOWNLOAD_CAMERA'. DBCC results for 'ACCESSLVL'. There are 0 rows in 0 pages for object 'ACCESSLVL'. DBCC results for 'MUSTER_ZONE_SAFE_LOCATIONS'. There are 0 rows in 0 pages for object 'MUSTER_ZONE_SAFE_LOCATIONS'. DBCC results for 'MONZONE'. There are 1 rows in 1 pages for object 'MONZONE'. DBCC results for 'DDCONNECT'. There are 1 rows in 1 pages for object 'DDCONNECT'. DBCC results for 'LNL_QUEUE'. There are 0 rows in 0 pages for object 'LNL_QUEUE'. DBCC results for 'ACCESSPANE'. There are 23 rows in 2 pages for object 'ACCESSPANE'. DBCC results for 'INPUT_EVENT'. There are 0 rows in 0 pages for object 'INPUT_EVENT'. DBCC results for 'PANELTYPE'. There are 60 rows in 1 pages for object 'PANELTYPE'. DBCC results for 'DDFLD'. There are 128 rows in 3 pages for object 'DDFLD'. CHECKDB found 0 allocation errors and 2 consistency errors in database 'AccessControl'. repair_rebuild is the minimum repair level for the errors found by DBCC CHECKDB (AccessControl ). DBCC execution completed. If DBCC printed error messages, contact your system administrator.
I'm in the process of trying to cutover SLQ 2000 database activity to a newer used server running Windows 2003. All the latest Win & SQL Service Packs through late Feb 2007 have been installed. The server has a Promise Fast Track S150 TX2plus SCSI raid with 2 80 gb drives. I have been using at as database development system for 3 months without any issues.
This morning I restored the latest full backup and 2 intervening transaction log backups. I am the only user on the system today. I ran DBDCC CHECKDB WITH TABLERESULTS 5 times over a 45 minute period and received 5 different results!
Run 1 - No Error
Run 2 - Following Errors:
2511162Table error: Object ID 754101727, Index ID 0. Keys out of order on page (1:631938), slots 40 and 41.repair_rebuild
8990101CHECKDB found 0 allocation errors and 1 consistency errors in table 'DatabaseEventLog' (object ID 754101727).
8928161Object ID 1218103380, index ID 255: Page (1:373888) could not be processed. See other errors for details.repair_allow_data_loss
8990101CHECKDB found 0 allocation errors and 1 consistency errors in table 'WeatherTransaction' (object ID 1218103380).
Run 3 - Following Errors:
2511162Table error: Object ID 754101727, Index ID 0. Keys out of order on page (1:631938), slots 40 and 41.repair_rebuild
8990101CHECKDB found 0 allocation errors and 1 consistency errors in table 'DatabaseEventLog' (object ID 754101727).
8928161Object ID 1218103380, index ID 255: Page (1:373888) could not be processed. See other errors for details.repair_allow_data_loss
8990101CHECKDB found 0 allocation errors and 1 consistency errors in table 'WeatherTransaction' (object ID 1218103380).
Run 4 - Following Errors:
2511162Table error: Object ID 754101727, Index ID 0. Keys out of order on page (1:631938), slots 40 and 41.repair_rebuild
8990101CHECKDB found 0 allocation errors and 1 consistency errors in table 'DatabaseEventLog' (object ID 754101727).
8928161Object ID 1218103380, index ID 255: Page (1:373888) could not be processed. See other errors for details.repair_allow_data_loss
894116102Table error: Object ID 1218103380, index ID 255, page (1:373888). Test (sorted [i].offset >= PAGEHEADSIZE) failed. Slot 8, offset 0x2 is invalid.repair_allow_data_loss
894216101Table error: Object ID 1218103380, index ID 255, page (1:373888). Test (sorted[i].offset >= max) failed. Slot 0, offset 0x8 overlaps with the prior row.repair_allow_data_loss
8990101CHECKDB found 0 allocation errors and 3 consistency errors in table 'WeatherTransaction' (object ID 1218103380).
Run 5 - No Error!
I ran several of the obligatory CHKDSK and had no errors:
c:>chkdsk The type of the file system is NTFS.
WARNING! F parameter not specified. Running CHKDSK in read-only mode.
CHKDSK is verifying files (stage 1 of 3)... File verification completed. CHKDSK is verifying indexes (stage 2 of 3)... Index verification completed. CHKDSK is verifying security descriptors (stage 3 of 3)... Security descriptor verification completed.
78116030 KB total disk space. 45291176 KB in 33231 files. 10496 KB in 3135 indexes. 0 KB in bad sectors. 121086 KB in use by the system. 65536 KB occupied by the log file. 32693272 KB available on disk.
4096 bytes in each allocation unit. 19529007 total allocation units on disk. 8173318 allocation units available on disk.
Are these DBDCC CHECKDB WTIH TABLERESULTS differences normal or is this a bug or hardware issue? Any advice you can offer would be appreciated.
After restoring the SQL Server 2000 user database backup into one of the SQL Server 2000 instances I get database consistency errors. I restored this database on this particular server a several times already and every time the consistency errors were detected by dbcc checkdb; however the errors are not consistent - different types of errors, different tables and indexes are affected. I restored the same database backup into a different server and ran dbcc checkdb over it - no errors occurred. Something causes corruption in the database on one particular server. Here are the initial errors:
DBCC results for 'tTREE_COMPONENTS'. Server: Msg 8928, Level 16, State 1, Line 1 Object ID 1467308437, index ID 0: Page (1:251481) could not be processed. See other errors for details. Server: Msg 8944, Level 16, State 1, Line 1 Table error: Object ID 1467308437, index ID 0, page (1:251481), row 44. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 87 and 57. There are 663 rows in 16 pages for object 'tTREE_COMPONENTS'.
DBCC results for 'tACCUMULATORS'. There are 10234724 rows in 97149 pages for object 'tACCUMULATORS'. CHECKDB found 0 allocation errors and 2 consistency errors in table 'tACCUMULATORS' (object ID 1467308437).
DBCC results for 'WATSTARTDATETP'. Server: Msg 8928, Level 16, State 1, Line 1 Object ID 1905493917, index ID 4: Page (3:224866) could not be processed. See other errors for details.
Server: Msg 8941, Level 16, State 1, Line 1 Table error: Object ID 1905493917, index ID 4, page (3:224866). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 159, offset 0x1 is invalid.
Server: Msg 8942, Level 16, State 1, Line 1 Table error: Object ID 1905493917, index ID 4, page (3:224866). Test (sorted.offset >= max) failed. Slot 0, offset 0x9f overlaps with the prior row. There are 4 rows in 1 pages for object 'WATSTARTDATETP'.
DBCC results for 'ACCRUALTRAN'. There are 5919148 rows in 150538 pages for object 'ACCRUALTRAN'. CHECKDB found 0 allocation errors and 3 consistency errors in table 'ACCRUALTRAN' (object ID 1905493917).
If you could please take a look at the errors and give me your thoughts on what could be the cause for the errors I would greatly appreciate it.
Server: Msg 8928, Level 16, State 1, Line 1 Object ID 2, index ID 255: Page (1:76914) could not be processed. See other errors for details. Server: Msg 8939, Level 16, State 1, Line 1 Table error: Object ID 2, index ID 255, page (1:76914). Test (IS_ON (BUF_IOERR, bp->bstat) && bp->berrcode) failed. Values are 2057 and -1. CHECKDB found 0 allocation errors and 2 consistency errors in table 'sysindexes' (object ID 2). CHECKDB found 0 allocation errors and 2 consistency errors in database 'OLTP3PRO'. repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (OLTP3PRO ).
The database is not suspect and everything seems to be working fine, so after hours i run the follwing:
DBCC CHECKDB('OLTP3PRO', REPAIR_ALLOW_DATA_LOSS)
But i get the same errors?
Server: Msg 8928, Level 16, State 1, Line 1 Object ID 2, index ID 255: Page (1:76914) could not be processed. See other errors for details. Server: Msg 8939, Level 16, State 1, Line 1 Table error: Object ID 2, index ID 255, page (1:76914). Test (IS_ON (BUF_IOERR, bp->bstat) && bp->berrcode) failed. Values are 2057 and -1. Table error, The text, ntext or image node at page (1:76914), slot 0, text ID 2129023023802 is referenced by page (1:3859) but was not seen in the scan.
The repair level on the DBCC statement caused this repair to be bypassed.
CHECKDB found 4 found 4 consistancy errors.
So it seems CHECKDB with repair does not help ? How do i fix this ?
we''re currently performing a dry run of migrating some large (100GB+) SQL Server 2000 databases from a SQL 2000 cluster onto a new 2005 mirrorred database pair. The new configuration has completely separate database servers and a new dedicated SAN.
Upon restoring our largest database we are seeing the following errors recorded in the log after setting up mirroring and then trying to run DBCC CHECKDB:
"Unable to read and latch page (1:1323852) with latch type SH. 21(The device is not ready.) failed."
We are currently investigating the SAN hardware logs to determine if this might be a physical issue as it would seem to indicate, however has anyone any experience of this or insight into what may cause this error?
I have a very strange problem. I have installed MS WS2003 SP2 and MS SQL 9.0.3054 SP2. I have database dbTraceIT with data file on D drive and log file on E drive. If I run T-SQL command:
use dbTraceIT go dbcc checkdb or Integration Services Package (task: Check Database Integrity Task, developed with MS VS)
this comand/or task has generated the hard disk errors on D drive. The chkdsk tool reports errors when hdd index verification has been completed. After hdd errors repairing, if I run checkdb T-sql command the situation is repeated again. Question: is it a bug or something different? Do you have similar disk error if you use e.g. Integration Service Packages (for instance index rebuild or whatever)?
Regards, Dariusz
PS Steps to reproduce
Find any DB on your MS SQL. Run chkdsk command on hard drive where DBs data file is stored. Verify that everything is OK. Run t-sql command use dbTraceIT go dbcc checkdb 3. Run chkdsk again. It should show hdd errors.
I am not a DBA but have responsibility for a particular MSSQL 2008 R2 file server running a particular application.how to solve a database consistency check problem.The database fails dbcc checkdb with multiple 8903 errors. Unfortunately this was not discovered until well after any good backups were deleted. The good news is that the DB otherwise seems fine. We have experienced zero problems with the DB or the applications. Running the checkdb with the "repair_allow_data_loss" option does not fix the problem.
However, I would still like to fix the problem. Using a popular SQL recovery product I am able to recover the database.The original, vendor designed and supplied DB, has 2 file groups, and three files (MDF, NDF, LDF). The output of the recovery process produces 1 file group and 2 files (MDF and LDF). Vendor says they cannot support me since the recovered DB is 'non-standard' according to their design.
I am able to set up a new, blank version of the vendors database on another dev system with the proper file and filegroup structure. How can I get the data moved/copied from the recovered (MDF/LDF) database into the dev database (MDF, NDF, LDF). I've tried the import/export function but it fails (I can rerun and give details if necessary).
I am looking for the best way to get notifications if DBCC CHECKDB indicates an error on a database it checks.Β So lets say I create a maintenance plan that runs CHECKDB at 2AM for all user databases.Β What is the best method to get notifications that the command reported issues on one of the databases?
1) When I run a query Select * from MY_Table the query never completes. If I press cancel in Query Analyzer after 1 second or 2 minutes, it always shows the same 174 records. The total table size is 800 KB with 3148 rows .. according to TaskPad
2) No queries, even queries that would return only 1 record complete execution against that table
3) I am unable to rename the table, if I try to rename the table Enterprise Manager becomes unresponsive and has to be closed.
4) If I try to browse the rows through Enterprise manager by scrolling through the records, it allows me to go down through a number of rows and then Enterprise manager gives me a timeout expired error.
5) I ran a DBCC CheckDB command ran for 1 hr and 7 minutes. It says there are 0 allocation errors and 0 consistency errors in the database.
6) The other database tables seem to be OK and the Database is operational except for calls involving the 1 Table