Showing posts with label description. Show all posts
Showing posts with label description. Show all posts

Tuesday, March 27, 2012

a fatal error of sqlserver2005

I find many errors these days in my sqlserver 2005. description is :

SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check the SQL error log for any related stack dumps or messages. This exception forces SQL Server to shutdown. To recover from this error, restart the server (unless SQLAgent is configured to auto restart).

SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0xfab258f6; actual: 0x7ab258fb). It occurred during a read of page (1:387359) in database ID 20 at offset 0x000000bd23e000 in file 'F:\SQL2005_Data\UKDB.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.

when I run dbcc checkdb, it report "Msg 8967, Level 16, State 216, Line 1
An internal error occurred in DBCC which prevented further processing. Please contact Product Support."

sqlserver is :

Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1)

OS is : Win2003 Server Standard edition with sp1

hardware is :

two hardisk with RAID 1 on Silicon image 3114 RAID controller

It sounds like you have a corrupt database.
Some types of corruption result in severe errors.

As a first step, you should consider restoring this database from a good backup.

Be sure to check your system event log to see if any hardware errors are being logged.

The invalid checksum indicates that the storage of the database has been changed after we last wrote it. Flakey hardware is the main reason that checksums were added in sql2005.

If this problem persists, let us know.

Also, let me know if you'd like me to use the contact information in your forum profile to communicate with you offline.

|||

I find my memory has problem. It cause the sql error, thank you for your help.

sql

Tuesday, March 6, 2012

64-bit MSDE?

I've seen references in Microsoft online material to a 64-bit
edition of MSDE - the description of Windows XP 64-bit
Edition Version 2003 refers to it, for example. However,
I haven't been able to find any more information about the
existence, if any, and availability of 64-bit MSDE. I'm
specifically intererested in determining whether it's
available for the server operating system editions .
Can anyone help?
Thanks,
Peter Hornby
Unisys Corporation
Mission Viejo
hi Peter,
"Pete Hornby" <peter.hornby@.unisys.com> ha scritto nel messaggio
news:umltR66KEHA.644@.tk2msftngp13.phx.gbl...
> I've seen references in Microsoft online material to a 64-bit
> edition of MSDE - the description of Windows XP 64-bit
> Edition Version 2003 refers to it, for example. However,
> I haven't been able to find any more information about the
> existence, if any, and availability of 64-bit MSDE. I'm
> specifically intererested in determining whether it's
> available for the server operating system editions .
AFAIK, only the Enterprise Edition is available in the 64bit flavour..
http://www.microsoft.com/sql/evaluat...ew/default.asp and
http://www.microsoft.com/sql/64bit/default.asp
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||"Andrea Montanari" <andrea.sqlDMO@.virgilio.it> wrote in message
news:c6jga9$cocpm$1@.ID-207518.news.uni-berlin.de...
> hi Peter,
> "Pete Hornby" <peter.hornby@.unisys.com> ha scritto nel messaggio
> news:umltR66KEHA.644@.tk2msftngp13.phx.gbl...
> AFAIK, only the Enterprise Edition is available in the 64bit flavour..
> http://www.microsoft.com/sql/evaluat...ew/default.asp and
> http://www.microsoft.com/sql/64bit/default.asp
Andrea,
Many thanks for your quick response. I accept what you say, but I
remain confused by the statement - admittedly a year old - in
http://www.microsoft.com/windowsxp/6...uation/faq.asp
where the answer to "What's New In Windows XP 64-Bit Edition
Version 2003" includes the line "Microsoft SQL Server Desktop
Engine (MSDE)".
Peter
|||hi Peter,
"Pete Hornby" <peter.hornby@.unisys.com> ha scritto nel messaggio
news:c6jll6$17ca$1@.si05.rsvl.unisys.com...
> Many thanks for your quick response. I accept what you say, but I
> remain confused by the statement - admittedly a year old - in
> http://www.microsoft.com/windowsxp/6...uation/faq.asp
> where the answer to "What's New In Windows XP 64-Bit Edition
> Version 2003" includes the line "Microsoft SQL Server Desktop
> Engine (MSDE)".
as IIS 6.0, I think that MSDE 2000 will be (or is) provided in the 32bit
flavour =:-)
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply