I am running:
workstation 10.0.1 build-1379776
Windows 7 SP1 Ultimate 64 bit
24 GB ram
SQL Server vm is on is Seagate Barracuda, SATA III (plugged into a SATA II port) 3TB 7200 64MB cache
In a vm I have:
Running Windows Server 2008 R2 Standard
4 GB allocated
4 Processors (2 x 2)
SQL Server 2008 R2 (SP2) Data Center (64 bit)
Disk is using SCSI driver, preallocated, persistent
In another vm I have
Windows 7 Ultimate SP1 64 bit
2GB Ram
I have the 2nd vm connecting to the SQL Server vm.
When I put the SQL Server under insert load, the database i am trying to work with becomes corrupted.
From the SQL Server Error Log:
Message
SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0x854c4944; actual: 0xfe2fa1c3). It occurred during a read of page (1:681083) in database ID 19 at offset 0x0000014c8f6000 in file '<removed>. 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.
I can crash the DB any time I put it under insert load (other operations do not seem to bother it).
Any Ideas?
thanks,
Ron