Sau khi update SQL mà bị lỗi không start lại được dịch vụ, kiểm tra log SQL có báo lỗi liên quan đến database master
Script level upgrade for database 'master' failed because upgrade step 'u_tables.sql' encountered error 25641, state 0, 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.
Để start lại được SQL thì càn thêm biến /T902 để khi start SQL sẽ bỏ qua script update
net start mssql$instancename /T902
Hoặc khai báo tham số này trong SQL Configuration Manager

Không có nhận xét nào:
Đăng nhận xét