Hi all!
I installed windows 2012 on virtual machine (hyper-v 2012), after that i installed sql server 2012 on it. But MSSQLSERVER service doesn't start. I receive an error:
2012-10-03 01:28:29.03 spid8s Starting up database 'master'.
2012-10-03 01:28:30.60 spid8s Error: 824, Severity: 24, State: 2.
2012-10-03 01:28:30.60 spid8s SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:284; actual 180:2228225). It occurred during a read of page (1:284) in database ID 1 at offset 0x00000000238000
in file 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\master.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.
2012-10-03 01:28:30.60 spid8s Error: 3313, Severity: 21, State: 1.
2012-10-03 01:28:30.60 spid8s During redoing of a logged operation in database 'master', an error occurred at log record ID (205:142:27). Typically, the specific failure is previously logged as an error in the Windows Event Log
service. Restore the database from a full backup, or repair the database.
2012-10-03 01:28:30.60 spid8s Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL
Server Books Online.
I tried to rebuild and repair database, but it doesn't work. Reinstallation doesn't help to.
Maybe anybody know how to resolve this problem?
Best regards