状况描述:在服务器的管理中重新启动MSSQLSERVER启动后马上又停止
 
通过"事件查看器" 发现
错误:   9003,严重度:  20,状态:   1   
          LSN(5:324:1)无效。该 LSN 是传递给数据库'model' 中的日志扫描操作。                 
错误:   9003,严重度:   20,状态:   1   
          The LSN (5:324:1) passed to log scan in database  'model' is invalid. 

解决方法:

1.备份C:\Program Files\Microsoft SQL Server\MSSQL\Data目录下 Model.mdf  ,   modellog.ldf  两个文件
2.找来Sql Server安装盘,将X86\Data\ Model.mdf,ModelLog.ldf两个文件复到C:\Program Files\Microsoft SQL Server\MSSQL\Data目录下,
  将Model.mdf,modellog.ldf两个文件覆盖。
3.重新启动SQL SERVER 成功!

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2021-11-16
  • 2021-09-24
  • 2021-08-07
  • 2022-12-23
  • 2022-01-02
  • 2021-08-01
猜你喜欢
  • 2021-06-16
  • 2022-12-23
  • 2021-10-18
  • 2021-04-03
  • 2022-01-18
  • 2022-02-08
相关资源
相似解决方案