Cannot start sql server service

bestrongself 1 Reputation point
2025-03-05T23:52:14.7966667+00:00

Here is error log:

Description:

Script level upgrade for database 'master' failed because upgrade step 'ISServer_upgrade.sql' encountered error 15151, 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.

SQL Server Database Engine
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 46,201 Reputation points
    2025-03-06T07:35:47.58+00:00

    Error description: Missing sa account password. The sa account password is required for SQL Authentication Mode.

    Have you read that error message?

    You have to pass the sysadmin account "sa" password, by using the /SAPWD parameter, see

    https://learn.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-command-prompt?view=sql-server-ver16

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.