Just hold down Shift+Option+Control when the laptop is off for 7 seconds. It will turn on. After 7 seconds keep holding the keys down and additionally press the power button (Touch ID). The laptop will turn off. Wait a few seconds then turn it on normally, and your SMC should be reset!
MSSQL ‘Recovery Pending’ Problem
To solve MSSQL Recovery Pending problem follow the steps Stop SQL Remove transaction log on this database Change database mode to emergency mode and restart database After restart run this commands for your database ALTER DATABASE [DB_Name] SET EMERGENCY; DBCC checkdb...