Update wizard not responding

Setting the compatibility level of the database to 110 has worked for me.

To check the compatibility level, run this script:

select compatibility_level from sys.databases where name="<YOUR_DB_NAME>"

To set the compatibility level, use this script:

alter database <YOUR_DB_NAME> set compatibility_level = 110

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)