zoukankan      html  css  js  c++  java
  • SQL Service can not be restarted due to errors of upgrade step

    Errors:

    Script level upgrade for database 'master' failed because upgrade step 'sqlagent100_msdb_upgrade.sql' encountered error 5833, state 1, severity 16. 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.

    Analysis:

    Solution:

    Use below commands to start service with trace flag 902

    NET START MSSQLSERVER /T902->for default instance

    NET START MSSQL$INSTANCENAME /T902->for named instance

  • 相关阅读:
    相机
    播放音乐
    录音
    NSURLConnection下载
    UITableView
    UIPageControl
    UIScrollView
    ajax禁止浏览器缓存
    java替换word2003
    退出登录
  • 原文地址:https://www.cnblogs.com/roseHLF/p/10096460.html
Copyright © 2011-2022 走看看