一朋友在升级SQL Server 2014后, SQL Server启动不了,寻求我的帮助。检查SQL Server 2014的错误日志,具体错误信息如下:

 

2020-11-08 10:00:58.28 spid8s      Dropping procedure [dbo].[sp_syscollector_upload_instmdw]
2020-11-08 10:00:58.28 spid8s      Creating procedure [dbo].[sp_syscollector_upload_instmdw]...
2020-11-08 10:00:58.28 spid8s      Uploading data collector package from disk: C:\Program Files (x86)\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Install\SqlTraceCollect.dtsx
2020-11-08 10:00:58.28 spid8s      Uploading data collector package from disk: C:\Program Files (x86)\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Install\SqlTraceCollect.dtsx
2020-11-08 10:00:58.29 spid8s      Error: 2775, Severity: 17, State: 12.
2020-11-08 10:00:58.29 spid8s      The code page 65001 is not supported by the server.
2020-11-08 10:00:58.30 spid8s      Error: 912, Severity: 21, State: 2.
2020-11-08 10:00:58.30 spid8s      Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 200, state 7, severity 25. This is a serious error condition which might interfere with regular operation and the database will be taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script upgrade steps run to completion.
2020-11-08 10:00:58.31 spid8s      Error: 3417, Severity: 21, State: 3.
2020-11-08 10:00:58.31 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.
2020-11-08 10:00:58.31 spid8s      SQL Server shutdown has been initiated
2020-11-08 10:00:58.31 spid8s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2021-12-04
  • 2021-07-26
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-16
  • 2021-09-21
  • 2021-11-26
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案