クライアント システムの 1 つでこの問題に直面しています。SSMS 経由で SQL Server 2008 DB エンジンに接続すると、エラーが発生します
ファイルにアクセスできないか、メモリまたはディスク領域が不足しているため、データベース 'msdb' を開くことができません。詳細については、SQL Server エラー ログを参照してください。(Microsoft SQL Server、エラー: 945)
次に、データベースにも接続します。ただし、クライアント データベースは表示されません。「システム データベース」、「セキュリティ」、または「管理」を再度展開しようとすると、このエラーが発生します。
ハードディスクには 80 GB の空き容量があり、アカウントには権限があり、.mdf ファイルと .ldf ファイルは読み取り専用ではありません
SQL Server構成マネージャーで-> SQL Serverのプロパティ->ログオン->「このアカウント」を選択し、アカウント名「admin」とそのパスワードを使用します。
他の PC からアプリケーションを介してデータ操作を行うことができます。問題は SSMS からのアクセスのみです。
エラーログで確認できます
2016-08-10 18:02:56.17 spid13s Error: 824, Severity: 24, State: 2.
2016-08-10 18:02:56.17 spid13s SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0x2411d175; actual: 0x2411dfd1). It occurred during a read of page (2:0) in database ID 4 at offset 0000000000000000 in file 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf'. 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.
2016-08-10 18:02:56.17 spid13s Error: 5105, Severity: 16, State: 1.
2016-08-10 18:02:56.17 spid13s A file activation error occurred. The physical file name 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf' may be incorrect. Diagnose and correct additional errors, and retry the operation.
2016-08-10 18:02:56.17 spid13s File activation failure. The physical file name "C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf" may be incorrect.
2016-08-10 18:02:56.17 spid13s The log cannot be rebuilt because there were open transactions/users when the database was shutdown, no checkpoint occurred to the database, or the database was read-only. This error could occur if the transaction log file was manually deleted or lost due to a hardware or environment failure.
2016-08-10 18:02:56.17 spid36s Error: 945, Severity: 14, State: 2.
2016-08-10 18:02:56.17 spid36s Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
2016-08-10 18:02:56.17 spid36s Problems recording information in the msdb..suspect_pages table were encountered. This error does not interfere with any activity except maintenance of the suspect_pages table. Check the error log for more information.
これを修正する方法を教えてください