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.
We have started the database with T902 flag and used this article: https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/install/windows/sql-server-upgrade-failed-error-15151
Open SQL Server Configuration Manager.
· In SQL Server Configuration Manager, click SQL Server Services.
· Double-click the SQL Server service.
· In the SQL Server Properties dialog box, click the Advanced tab.
· On click the Advanced tab, locate the Startup Parameters item.
· Add ;-T902 to the end of the existing string value, and then click OK.
· Restart the SQL server service
Did anyone else have this similar issue? Is this the parameter added to the end of of the startup parameter: ;-T902